From 0beb87d2d0eeede18bcb7e4d05394c5cfbcf406a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 17 May 2012 13:46:06 +0000 Subject: [PATCH] Opps ... :( --- application/hub/main/states/node/class_BaseNodeState.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5