[index] Explicitly define DEBUG with Boolean value
This commit is contained in:
parent
b0784e5a42
commit
b32cfd5dc3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if(file_exists('DEBUG')){
|
|||
if($debug_enabled){
|
||||
ini_set('display_errors', '1');
|
||||
error_reporting(E_ALL);
|
||||
define('DEBUG', 'true');
|
||||
define('DEBUG', true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue