"Fixed problem reported by Uwe on the German list: SyncML is no longer working"

This commit is contained in:
Ralf Becker 2008-08-19 05:43:57 +00:00
parent 96f19c6290
commit a18f6d1b85

View File

@ -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();