diff --git a/core/trunk/core/init.php b/core/trunk/core/init.php
index 80e0ae86d2bfee7822e3d5dafca9aa4af750fc11..7cdee9fe67026589ae2f03bf10014d6e37eaf122 100644
--- a/core/trunk/core/init.php
+++ b/core/trunk/core/init.php
@@ -15,7 +15,7 @@ if(isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepat
 {
 	chdir($_SESSION['config']['corepath']);
 }
-ini_set('error_reporting', E_ALL);
+//ini_set('error_reporting', E_ALL);
 if (isset($_SESSION['custom_override_id']) && !empty($_SESSION['custom_override_id']) && isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepath']))
 {
 	$path = $_SESSION['config']['corepath']."custom".DIRECTORY_SEPARATOR.$_SESSION['custom_override_id'].DIRECTORY_SEPARATOR;