forked from extern/egroupware
"Fixed problem reported by Uwe on the German list: SyncML is no longer working"
This commit is contained in:
parent
96f19c6290
commit
a18f6d1b85
@ -151,8 +151,10 @@ class Horde_SyncML_SyncMLHdr extends Horde_SyncML_ContentHandler {
|
|||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
// we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers
|
// we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers
|
||||||
init_session_handler();
|
if (function_exists('init_session_handler'))
|
||||||
|
{
|
||||||
|
init_session_handler();
|
||||||
|
}
|
||||||
// Reload the Horde SessionHandler if necessary.
|
// Reload the Horde SessionHandler if necessary.
|
||||||
Horde::setupSessionHandler();
|
Horde::setupSessionHandler();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user