From: Roland Häder Date: Tue, 26 Jun 2012 14:35:08 +0000 (+0000) Subject: Fix for non-bootstrap node that is going to announce to upper nodes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7043e367fb208c66eacc1bf5ca2be56fdf4a5c0;p=hub.git Fix for non-bootstrap node that is going to announce to upper nodes --- diff --git a/application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php b/application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php index 75318d80e..0b8607760 100644 --- a/application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php +++ b/application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php @@ -88,7 +88,7 @@ class HubAnnouncementHelper extends BaseHubHelper implements HelpableHub { */ public function sendPackage (NodeHelper $nodeInstance) { // Sanity check: Is the node in the approx. state? (active) - $nodeInstance->getStateInstance()->validateNodeStateIsActive(); + $nodeInstance->getStateInstance()->validateNodeStateIsActiveOrReachable(); // Compile the template, this inserts the loaded node data into the gaps. $this->getTemplateInstance()->compileTemplate();