]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/init/class_NodeInitState.php
Cruncher continued and rewritten to use states:
[hub.git] / application / hub / main / states / node / init / class_NodeInitState.php
index 3312c34e9a223204030720f145d2d19453cb7411..473204dce5ca556440f1613e2d0d2c9e00fc2914 100644 (file)
@@ -60,10 +60,11 @@ class NodeInitState extends BaseNodeState implements Stateable {
         * nodes with current state 'init' now 'virgin'.
         *
         * @return      void
+        * @todo        We might want to move some calls to this method to fill it with life
         */
        public function nodeGeneratedSessionId () {
                // Create the new state instance
-               StateFactory::createStateInstanceByName('virgin', $this->getNodeInstance());
+               NodeStateFactory::createNodeStateInstanceByName('virgin', $this->getNodeInstance());
        }
 
 }