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