]> git.mxchange.org Git - core.git/commitdiff
Forgot this :(
authorRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 20:35:14 +0000 (20:35 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 20:35:14 +0000 (20:35 +0000)
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 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
                } // END - if
 
                // Return result