summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6b00fa3cb..468be6552 100755
--- a/index.php
+++ b/index.php
@@ -28,12 +28,12 @@
* By default development will show errors but testing and live will hide them.
*/
-if (defined('ENVIRONMENT'))
+if (false && defined('ENVIRONMENT'))
{
switch (ENVIRONMENT)
{
case 'development':
- error_reporting(E_ALL ^ E_NOTICE);
+ error_reporting(E_ALL);
break;
case 'testing':