From: Jan Schneider Date: Tue, 19 Oct 2010 16:33:42 +0000 (+0200) Subject: Update to new session initialization (Bug #9314). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6e9d7738bcc5e69734865cc346c233a5c7cc6816;p=horde.git Update to new session initialization (Bug #9314). --- 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);