forked from Public/pics
Re-enable custom error handler.
This commit is contained in:
parent
01bfc66842
commit
a85afff188
2
app.php
2
app.php
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user