From 8860df7618e966b9537a34e65df8ba705bbd83d2 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 16 Dec 2022 10:05:19 +0100 Subject: [PATCH] Fuck I forgot 4 spaces --- app/WillySoft/Http/ErrorHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/WillySoft/Http/ErrorHandler.php b/app/WillySoft/Http/ErrorHandler.php index 0ae8dc2..ef77a15 100644 --- a/app/WillySoft/Http/ErrorHandler.php +++ b/app/WillySoft/Http/ErrorHandler.php @@ -33,7 +33,7 @@ abstract class ErrorHandler register_shutdown_function(function() use(&$callback) { if (!self::$error_messages) { - return; + return; } // remove current output to be replaced by error page