mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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
|
// Try cache
|
||||||
if ($cache = $this->_connection->getCache())
|
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