From 4655a707ced755069f7661c733b6246b33e8b92a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 12 Apr 2011 15:40:54 +0200 Subject: reapply changes made to core files Signed-off-by: Florian Pritz --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6e67c2db5..bfc2ac6dc 100755 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ if (defined('ENVIRONMENT')) switch (ENVIRONMENT) { case 'development': - error_reporting(E_ALL); + error_reporting(E_ALL ^ E_NOTICE); break; case 'testing': @@ -201,4 +201,4 @@ if (defined('ENVIRONMENT')) require_once BASEPATH.'core/CodeIgniter'.EXT; /* End of file index.php */ -/* Location: ./index.php */ \ No newline at end of file +/* Location: ./index.php */ -- cgit v1.2.3-24-g4f1b