]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/dht/node/class_NodeDhtFacade.php
Continued:
[hub.git] / application / hub / main / dht / node / class_NodeDhtFacade.php
index 56ed66f77db52d9ed2be40b918e36bb59523a645..a4b291f6d752b04916805e63bfc1a6d5029fc4e7 100644 (file)
@@ -312,7 +312,7 @@ class NodeDhtFacade extends BaseDht implements DistributableNode, Registerable {
                // Put them all into a stack
                foreach ($nodeList as $nodeData) {
                        // Insert all entries
-                       $this->getStackerInstance()->pushNamed(self::STACKER_NAME_INSERT_NODE, $nodeData);
+                       $this->getStackInstance()->pushNamed(self::STACKER_NAME_INSERT_NODE, $nodeData);
                } // END - foreach
        }