From 289e4d228a161868fa8cda747f423ef26f8ae258 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 16 Mar 2013 13:34:11 +0200 Subject: [PATCH] Gelato: fixes --- libraries/Gelato/Gelato.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Gelato/Gelato.php b/libraries/Gelato/Gelato.php index 0eef079..2bd36be 100644 --- a/libraries/Gelato/Gelato.php +++ b/libraries/Gelato/Gelato.php @@ -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