mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix cache getter for nex connections
This commit is contained in:
parent
137b9926e1
commit
8c6936f5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue