debugging and error reporting level fixes and improvements MDL-6671
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@ global $HTTPSPAGEREQUIRED;
|
||||
|
||||
/// Set error reporting back to normal
|
||||
if ($originaldatabasedebug == -1) {
|
||||
$CFG->debug = E_PARSE;
|
||||
$CFG->debug = DEBUG_MINIMAL;
|
||||
} else {
|
||||
$CFG->debug = $originaldatabasedebug;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user