projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a04a
)
Update to new session initialization (Bug #9314).
author
Jan Schneider
<jan@horde.org>
Tue, 19 Oct 2010 16:33:42 +0000
(18:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 19 Oct 2010 16:33:42 +0000
(18:33 +0200)
framework/SyncML/SyncML/Backend/Horde.php
patch
|
blob
|
history
diff --git
a/framework/SyncML/SyncML/Backend/Horde.php
b/framework/SyncML/SyncML/Backend/Horde.php
index
f9616d3
..
9851476
100644
(file)
--- 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);