]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/pool/class_PoolEntriesList.php
Classes moved/renamed:
[hub.git] / application / hub / main / lists / pool / class_PoolEntriesList.php
index a77d305485386c74ab868f5a7d3bececf6c769ed..0d274262c261c33a2a84b2f912f772934844ef8d 100644 (file)
@@ -55,7 +55,7 @@ class PoolEntriesList extends BaseList implements Listable {
         */
        public function getListIterator () {
                // Get the iterator instance from the factory
-               $iteratorInstance = ObjectFactory::createObjectByConfiguredName('hub_ping_iterator_class', array($this));
+               $iteratorInstance = ObjectFactory::createObjectByConfiguredName('node_ping_iterator_class', array($this));
 
                // Rewind it
                $iteratorInstance->rewind();