diff --git a/lib/dmllib.php b/lib/dmllib.php index d4759d9af43..e82918fc6a9 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -129,7 +129,7 @@ function setup_DB() { } print_error('dbconnectionfailed', 'error', '', $dberr); } - if (debugging('', DEBUG__ALL)) { + if (debugging('', DEBUG_ALL)) { ob_end_clean(); } else { error_reporting($prevdebug);