Need to be public.
authorJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 10:19:04 +0000 (11:19 +0100)
committerJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 10:33:57 +0000 (11:33 +0100)
framework/Core/lib/Horde/Registry.php

index 91238c8..c4897f6 100644 (file)
@@ -214,7 +214,7 @@ class Horde_Registry
      *
      * @throws Horde_Exception
      */
-    protected function __construct($session_flags = 0)
+    public function __construct($session_flags = 0)
     {
         /* Set autoloader callbacks. */
         Horde_Autoloader::addCallback('Horde_Auth', array('Horde_Core_Autoloader_Callback_Auth', 'callback'));