]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_BaseHubNode.php
Fixed a lot stuff for cruncher (missing methods, etc.)
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
index 6b1b0a33f9809b4859127f380621f906a27fb267..f82d4380d9ed3569ea7e5b7272d74e36c0de22b5 100644 (file)
@@ -95,7 +95,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable, AddableCriteria {
         */
        private function initState() {
                // Get the state factory and create the initial state.
-               NodeStateFactory::createNodeStateInstanceByName('init', $this);
+               NodeStateFactory::createNodeStateInstanceByName('init');
        }
 
        /**