Moved to Horde_Registry.
authorJan Schneider <jan@horde.org>
Tue, 14 Jul 2009 12:06:14 +0000 (14:06 +0200)
committerJan Schneider <jan@horde.org>
Tue, 14 Jul 2009 12:06:14 +0000 (14:06 +0200)
framework/Rpc/lib/Horde/Rpc/Phpgw.php

index 56a6c4c..4690914 100644 (file)
@@ -94,7 +94,7 @@ class Horde_Rpc_Phpgw extends Horde_Rpc
             } else {
                 @session_destroy();
                 session_id($params[0]["sessionid"]);
-                Horde::setupSessionHandler();
+                Horde_Registry::setupSessionHandler();
                 session_start();
             }
         }