For now, don't hide these errors.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 23 Jul 2009 19:01:47 +0000 (13:01 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 23 Jul 2009 19:01:47 +0000 (13:01 -0600)
framework/Core/lib/Horde/Registry.php

index 9bfebf9..7dbe829 100644 (file)
@@ -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