From ca4f363e3d7f534fa13d1c934fffa081c51a0b17 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 16 Nov 2010 00:20:47 -0700 Subject: [PATCH] Remove unneeded error_reporting() call --- framework/Core/lib/Horde/Registry.php | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0