From 5776880e3e8f591f186df4a1e9b22ba1f7bee9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Sat, 23 Nov 2024 10:28:07 +0100 Subject: [PATCH] Update init.php --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index af13f19..79b25e0 100644 --- a/app/init.php +++ b/app/init.php @@ -4,7 +4,7 @@ * Configure PHP error reporting. * @see http://php.net/manual/en/function.error-reporting.php */ -error_reporting(E_ALL | E_STRICT); +error_reporting(E_ALL); /* * Choose if errors that are NOT caught by the Mako error and exception handlers should be