From 6e9d7738bcc5e69734865cc346c233a5c7cc6816 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 19 Oct 2010 18:33:42 +0200 Subject: [PATCH] Update to new session initialization (Bug #9314). --- framework/SyncML/SyncML/Backend/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/SyncML/SyncML/Backend/Horde.php b/framework/SyncML/SyncML/Backend/Horde.php index f9616d351..9851476b9 100644 --- a/framework/SyncML/SyncML/Backend/Horde.php +++ b/framework/SyncML/SyncML/Backend/Horde.php @@ -65,7 +65,7 @@ class SyncML_Backend_Horde extends SyncML_Backend { /* Only the server needs to start a session. */ if ($this->_backendMode == SYNCML_BACKENDMODE_SERVER) { /* Reload the Horde SessionHandler if necessary. */ - $GLOBALS['registry']->setupSessionHandler(false); + $GLOBALS['session'] = new Horde_Session(false); } parent::sessionStart($syncDeviceID, $sessionId, $backendMode); -- 2.11.0