fix cache request on resource does not response only

This commit is contained in:
yggverse 2024-07-26 18:43:18 +03:00
parent e77fec1f1c
commit 564fd4b95f

View file

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