Forgot this :(
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index fed352a4cfb4e371a635529a59b74540a52cac05..9fe346ea80ae63fe2e08ccf335729aadb3b3c0bb 100644 (file)
@@ -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