From: Roland Häder Date: Thu, 17 May 2012 13:46:06 +0000 (+0000) Subject: Opps ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0beb87d2d0eeede18bcb7e4d05394c5cfbcf406a;p=hub.git Opps ... :( --- diff --git a/application/hub/main/states/node/class_BaseNodeState.php b/application/hub/main/states/node/class_BaseNodeState.php index d7a1bf962..3feeca035 100644 --- a/application/hub/main/states/node/class_BaseNodeState.php +++ b/application/hub/main/states/node/class_BaseNodeState.php @@ -57,7 +57,7 @@ class BaseNodeState extends BaseState { */ public function validateNodeStateIsActiveOrAnnounced () { // Just compare it... - if ((!$this instanceof NodeActiveState) && (!$this instanceof NodeAnnouncedState) { + if ((!$this instanceof NodeActiveState) && (!$this instanceof NodeAnnouncedState)) { // Throw the exception throw new InvalidStateException($this, self::EXCEPTION_INVALID_STATE); } // END - if