From 8c6936f5b12a225ecd817f80d1351d18d49e47be Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 24 Jul 2024 19:21:37 +0300 Subject: [PATCH] fix cache getter for nex connections --- src/Model/Connection/Nex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Connection/Nex.php b/src/Model/Connection/Nex.php index 4b3a3c73..8d8e7a4c 100644 --- a/src/Model/Connection/Nex.php +++ b/src/Model/Connection/Nex.php @@ -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