projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b663a
)
Fix method name (Bug #9326).
author
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 09:00:38 +0000
(11:00 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 09:00:38 +0000
(11:00 +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
1a9d438
..
9726acc
100644
(file)
--- a/
framework/SyncML/SyncML/Backend/Horde.php
+++ b/
framework/SyncML/SyncML/Backend/Horde.php
@@
-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']->s
tart
(false);
+ $GLOBALS['session']->s
etup
(false);
}
parent::sessionStart($syncDeviceID, $sessionId, $backendMode);