Fixed DevTools plugin related issues

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-05 13:26:10 +01:00
parent 8c32b3d896
commit 3b2a7e68f3
4 changed files with 9 additions and 5 deletions

View File

@ -207,7 +207,6 @@ function console($message, $EOL = true, $log = true, $level = 1){
}
function fatal_handler($errno, $errstr, $errfile, $errline){
global $lasttrace;
console("[ERROR] A level ".$errno." error happened: \"$errstr\" in \"$errfile\" at line $errline", true, true, 0);
return false;
}