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();
|
||||
|
||||
// we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers
|
||||
if (function_exists('init_session_handler'))
|
||||
{
|
||||
init_session_handler();
|
||||
|
||||
}
|
||||
// Reload the Horde SessionHandler if necessary.
|
||||
Horde::setupSessionHandler();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user