aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 3e880076bf..19ec820cfb 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -20,7 +20,8 @@ $starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];
// Report all errors, except notices
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL ^ E_NOTICE);
+//error_reporting(E_ALL | E_STRICT);
/*
* Remove variables created by register_globals from the global scope