]> 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 ff9c9e7cadb4163ead9db47d7ce5e7dfdc5f0cf0..9822dfaa855decf2f0da6073f0577d504f194f60 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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());
        }
 }