From: Roland Häder Date: Thu, 17 May 2012 21:49:45 +0000 (+0000) Subject: Again ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6d65e9f8a27e29bbd797e7d9569be5eca77d185;p=hub.git Again ... :( --- diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index 14f9b8874..49d44f325 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -589,7 +589,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable { * * @return $isActive Whether the hub is active */ - public final function isNodeActive() () { + public final function isNodeActive () { return $this->isActive; }