]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php
While self-connect is running, it might be already announced which is fine
[hub.git] / application / hub / main / helper / hub / connection / class_HubSelfConnectHelper.php
index 6e999537aa97982ea78bb0031758e828233fb161..1f210fba22f5d2ff26e7189ba5e34929d6f3bcb8 100644 (file)
@@ -84,7 +84,7 @@ class HubSelfConnectHelper extends BaseHubHelper implements HelpableHub {
         */
        public function sendPackage (NodeHelper $nodeInstance) {
                // Sanity check: Is the node in the approx. state? (active)
-               $nodeInstance->getStateInstance()->validateNodeStateIsActive();
+               $nodeInstance->getStateInstance()->validateNodeStateIsActiveOrAnnounced();
 
                // Compile the template, this inserts the loaded node data into the gaps.
                $this->getTemplateInstance()->compileTemplate();