forked from extern/egroupware
Fix mail tree does not get refreshed after folder creation
This commit is contained in:
parent
db13e47fbd
commit
104acdde5f
@ -3816,7 +3816,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
"click on the account first, then try again.", $new);
|
||||
}
|
||||
$response = Api\Json\Response::get();
|
||||
if ($created===true && $error !='')
|
||||
if ($created===true && $error =='')
|
||||
{
|
||||
$this->mail_bo->resetFolderObjectCache($profileID);
|
||||
if ( $folderStatus['shortDisplayName'])
|
||||
|
Loading…
Reference in New Issue
Block a user