fix cache getter for nex connections

This commit is contained in:
yggverse 2024-07-24 19:21:37 +03:00
parent 137b9926e1
commit 8c6936f5b1

View file

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