Remove unneeded error_reporting() call
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Nov 2010 07:20:47 +0000 (00:20 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Nov 2010 07:20:47 +0000 (00:20 -0700)
framework/Core/lib/Horde/Registry.php

index 682e272..f0147b0 100644 (file)
@@ -333,7 +333,6 @@ class Horde_Registry
 
         /* Set the maximum execution time in accordance with the config
          * settings. */
-        error_reporting(0);
         set_time_limit($conf['max_exec_time']);
 
         /* Set the error reporting level in accordance with the config