]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/active/class_NodeActiveState.php
Updated copyright year as this software has been changed in this year.
[hub.git] / application / hub / main / states / node / active / class_NodeActiveState.php
index 3b2cb250a095bdd36aeceeea8c2c98558ec60e09..646e9fe68fef89b603d9ca02334976aedee72144 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -60,9 +60,9 @@ class NodeActiveState extends BaseNodeState implements Stateable {
         *
         * @return      void
         */
-       public function nodeAnnouncedToUpperHubs () {
+       public function nodeAnnouncingToUpperHubs () {
                // Create the new state instance
-               NodeStateFactory::createNodeStateInstanceByName('announced', $this->getNodeInstance());
+               NodeStateFactory::createNodeStateInstanceByName('announcing', $this->getNodeInstance());
        }
 
        /**