Browse Source

fix cache request on resource does not response only

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

2
src/Model/Connection/Nex.php

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

Loading…
Cancel
Save