From: Roland Häder Date: Fri, 23 Mar 2012 20:35:14 +0000 (+0000) Subject: Forgot this :( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=ea5dc08a39c1d89c3d260021a2f033151aec7d78 Forgot this :( --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index fed352a4..9fe346ea 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -2010,7 +2010,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { // Assert only if requested if ($assertMismatch === true) { // Has the whole value changed? - assert(($assertMismatch === true)('' . $ret . '' != '' . $num . '') && (!is_null($num))); + assert(('' . $ret . '' != '' . $num . '') && (!is_null($num))); } // END - if // Return result