]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php
Some stuff needs to be renamed to match better naming: 'announced' is not true
[hub.git] / application / hub / main / helper / node / connection / class_NodeSelfConnectHelper.php
index e387152fd621c94320c79fabb6965fe16225f98f..97c7c551a62225507219ee82d52842dbc23f0f0d 100644 (file)
@@ -83,7 +83,7 @@ class NodeSelfConnectHelper extends BaseNodeHelper implements HelpableNode {
         */
        public function sendPackage (NodeHelper $nodeInstance) {
                // Sanity check: Is the node in the approx. state? (active)
-               $nodeInstance->getStateInstance()->validateNodeStateIsActiveOrAnnounced();
+               $nodeInstance->getStateInstance()->validateNodeStateIsActiveOrAnnouncing();
 
                // Compile the template, this inserts the loaded node data into the gaps.
                $this->getTemplateInstance()->compileTemplate();