From: Michael M Slusarz Date: Thu, 23 Jul 2009 19:01:47 +0000 (-0600) Subject: For now, don't hide these errors. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=da42ef783824d956bb727dca15eb80a14a0df7c8;p=horde.git For now, don't hide these errors. --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 9bfebf969..7dbe82970 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -144,14 +144,12 @@ class Horde_Registry $_SESSION = array(); } else { $this->setupSessionHandler(); - $old_error = error_reporting(0); session_start(); if ($session_flags & self::SESSION_READONLY) { /* Close the session immediately so no changes can be made but values are still available. */ session_write_close(); } - error_reporting($old_error); } /* Initialize the localization routines and variables. We can't use