mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
parent
314948609d
commit
534291a1a6
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Configure extends Object {
|
|||
$callback = array('CakeLog', 'getInstance');
|
||||
}
|
||||
}
|
||||
if (!empty($callback) && class_exists('Debugger')) {
|
||||
if (!empty($callback) && !defined('DISABLE_DEFAULT_ERROR_HANDLING') && class_exists('Debugger')) {
|
||||
Debugger::invoke(call_user_func($callback));
|
||||
}
|
||||
error_reporting($reporting);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue