From 7a6e4825d9738bd4c51deeb2eff942f2ffcbc5c5 Mon Sep 17 00:00:00 2001 From: momo-i Date: Wed, 3 Sep 2008 00:06:29 +0000 Subject: --- lib/init.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/init.php') diff --git a/lib/init.php b/lib/init.php index e65c4c40..8bcf8a0f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -267,5 +267,7 @@ $GLOBALS['xmlrpc_internalencoding'] = Config::get('site_charset'); // If don't use Debug, no error report if (Config::get('debug') == 'false' || Config::get('debug') == NULL) { error_reporting(0); +} else { + error_reporting(E_ALL); } ?> -- cgit