commit session right after successfully contructing class object

This commit is contained in:
Klaus Leithoff 2013-10-22 14:56:33 +00:00
parent 861674d5d8
commit c799aad6be

View File

@ -125,6 +125,7 @@ class mail_ui
// no icServer Object: something failed big time
if (!isset($this->mail_bo->icServer)) exit; // ToDo: Exception or the dialog for setting up a server config
if (!($this->mail_bo->icServer->_connected == 1)) $this->mail_bo->openConnection(self::$icServerID);
$GLOBALS['egw']->session->commit_session();
}
/**