Fix the Error.Handling.inc method

This commit is contained in:
Clemens Schwaighofer
2018-04-24 10:23:34 +09:00
parent 5a6c7ec187
commit 7abdc96499
2 changed files with 9 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ if ($DEBUG_ALL) {
// sample config
require("config.inc");
require(LIBS."Error.Handling.inc");
echo "FILE: ".BASE.LIB."Error.Handling.inc<br>";
require(BASE.LIB."Error.Handling.inc");
if ($var) {
echo "OUT<br>";