mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix cache request on resource does not response only
This commit is contained in:
parent
e77fec1f1c
commit
564fd4b95f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue