From 7a91875d1aba8bffa41d0cb183b73f3fbbb6b9e3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 30 Mar 2014 21:18:10 -0400 Subject: [PATCH] Enable E_ALL error_reporting in the new admin section. --- admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/index.php b/admin/index.php index 7a9f686..906cecc 100644 --- a/admin/index.php +++ b/admin/index.php @@ -128,4 +128,6 @@ $tpl_loader->set_cache_backend(new views\PDOCacheBackend( 'timestamp' // Modified time column. )); +error_reporting(E_ALL); + $controller->Run(); -- 2.22.5