mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Gelato: fixes
This commit is contained in:
@@ -66,12 +66,12 @@ require_once __DIR__ . '/ErrorHandler/ErrorHandler.php';
|
|||||||
/**
|
/**
|
||||||
* Set Error Handler
|
* Set Error Handler
|
||||||
*/
|
*/
|
||||||
set_error_handler('ErrorHandler::errorHandler');
|
set_error_handler('ErrorHandler::error');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set Fatal Error Handler
|
* Set Fatal Error Handler
|
||||||
*/
|
*/
|
||||||
register_shutdown_function('ErrorHandler::fatalErrorHandler');
|
register_shutdown_function('ErrorHandler::fatal');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set Exception Handler
|
* Set Exception Handler
|
||||||
|
Reference in New Issue
Block a user