Re-enable custom error handler.

This commit is contained in:
Aaron van Geffen 2016-09-17 14:40:43 +02:00
parent 01bfc66842
commit a85afff188
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $user->updateAccessTime();
Registry::set('user', $user);
// Handle errors our own way.
//set_error_handler('ErrorHandler::handleError');
set_error_handler('ErrorHandler::handleError');
ini_set("display_errors", DEBUG ? "On" : "Off");
// The real magic starts here!