1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Gelato: fixes

This commit is contained in:
Awilum
2013-03-16 13:34:11 +02:00
parent 23024a9162
commit 289e4d228a

View File

@@ -66,12 +66,12 @@ require_once __DIR__ . '/ErrorHandler/ErrorHandler.php';
/**
* Set Error Handler
*/
set_error_handler('ErrorHandler::errorHandler');
set_error_handler('ErrorHandler::error');
/**
* Set Fatal Error Handler
*/
register_shutdown_function('ErrorHandler::fatalErrorHandler');
register_shutdown_function('ErrorHandler::fatal');
/**
* Set Exception Handler