Browse Source

fix cache getter for nex connections

PHP-GTK3
yggverse 4 months ago
parent
commit
8c6936f5b1
  1. 2
      src/Model/Connection/Nex.php

2
src/Model/Connection/Nex.php

@ -80,7 +80,7 @@ class Nex @@ -80,7 +80,7 @@ class Nex
}
// Try cache
if ($cache = $this->_connection->getCache())
if ($cache = $this->_connection->getCache($address->get()))
{
$this->_connection->setTitle(
$cache->title

Loading…
Cancel
Save