Skip to content

Commit

Permalink
Update fatal_error_handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Sep 24, 2015
1 parent d77d9a2 commit 6ac09df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions includes/fatal_error_handler.php
Expand Up @@ -6,7 +6,7 @@
// license http://opensource.org/licenses/gpl-license.php GNU Public License
//

function fatal_error_handler()
function fatal_error_handler_stk()
{
if(function_exists('error_get_last'))
{
Expand All @@ -33,5 +33,4 @@ function fatal_error_handler()
}
}

register_shutdown_function('fatal_error_handler');
?>
register_shutdown_function('fatal_error_handler_stk');

0 comments on commit 6ac09df

Please sign in to comment.