Stricter check
authorRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 21:21:29 +0000 (21:21 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 21:21:29 +0000 (21:21 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index b8f63065bd255fe25e12d19d4f098fcadf0ae31c..9f5ede14c4ff00a36c0aeffe0044b249a3f38345 100644 (file)
@@ -860,7 +860,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                        if ($doPrint === false) die(); // Die here if not printed
                } else {
                        // Put directly out
-                       if ($doPrint) {
+                       if ($doPrint === true) {
                                print($message);
                        } else {
                                // DO NOT REWRITE THIS TO app_die() !!!