]> git.mxchange.org Git - hub.git/commitdiff
Again #2 ... :(
authorRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:50:24 +0000 (21:50 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:50:24 +0000 (21:50 +0000)
application/hub/main/nodes/class_BaseHubNode.php

index 49d44f32586518ffe60e0bddc07b74421528fd93..94e11146afe1d8a9979e0eb9e5a4533eeb8bf1f2 100644 (file)
@@ -610,7 +610,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
         */
        public final function isAcceptingAnnouncements () {
                // Check it (this node must be active and not shutdown!)
-               $acceptsAnnouncements = (($this->acceptsAnnouncements === true) && ($this->isNodeActive());
+               $acceptsAnnouncements = (($this->acceptsAnnouncements === true) && ($this->isNodeActive()));
 
                // Return it
                return $acceptsAnnouncements;