From: Michael M Slusarz Date: Tue, 16 Nov 2010 07:20:47 +0000 (-0700) Subject: Remove unneeded error_reporting() call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ca4f363e3d7f534fa13d1c934fffa081c51a0b17;p=horde.git Remove unneeded error_reporting() call --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 682e272dc..f0147b094 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -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