]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/active/class_NodeActiveState.php
Cruncher continued and rewritten to use states:
[hub.git] / application / hub / main / states / node / active / class_NodeActiveState.php
index 516eed987e554b92e5dd0aac0bab4199708a4478..9822dfaa855decf2f0da6073f0577d504f194f60 100644 (file)
@@ -65,7 +65,7 @@ class NodeActiveState extends BaseNodeState implements Stateable {
         */
        public function nodeAnnouncedToUpperHubs () {
                // Create the new state instance
-               StateFactory::createStateInstanceByName('announced', $this->getNodeInstance());
+               NodeStateFactory::createNodeStateInstanceByName('announced', $this->getNodeInstance());
        }
 }