fix call for mail.mail_ui.ajax_refreshQuotaDisplay; as the refresh of quota was not working after changing a profile after rev47954

This commit is contained in:
Klaus Leithoff 2014-07-31 10:42:56 +00:00
parent 8ccef246b4
commit 14711b891f

View File

@ -3974,9 +3974,10 @@ class mail_ui
//error_log(__METHOD__.__LINE__.' change Profile to ->'.$icServerID);
$this->changeProfile($icServerID);
}
if($this->mail_bo->connectionStatus !== false) {
try
{
$quota = $this->mail_bo->getQuotaRoot();
} else {
} catch (Exception $e) {
$quota['limit'] = 'NOT SET';
}