Fix method name (Bug #9326).
authorJan Schneider <jan@horde.org>
Thu, 21 Oct 2010 09:00:38 +0000 (11:00 +0200)
committerJan Schneider <jan@horde.org>
Thu, 21 Oct 2010 09:00:38 +0000 (11:00 +0200)
framework/SyncML/SyncML/Backend/Horde.php

index 1a9d438..9726acc 100644 (file)
@@ -66,7 +66,7 @@ class SyncML_Backend_Horde extends SyncML_Backend {
         if ($this->_backendMode == SYNCML_BACKENDMODE_SERVER) {
             /* Reload the Horde SessionHandler if necessary. */
             $GLOBALS['session'] = new Horde_Session();
-            $GLOBALS['session']->start(false);
+            $GLOBALS['session']->setup(false);
         }
 
         parent::sessionStart($syncDeviceID, $sessionId, $backendMode);