mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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);
|
"click on the account first, then try again.", $new);
|
||||||
}
|
}
|
||||||
$response = Api\Json\Response::get();
|
$response = Api\Json\Response::get();
|
||||||
if ($created===true && $error !='')
|
if ($created===true && $error =='')
|
||||||
{
|
{
|
||||||
$this->mail_bo->resetFolderObjectCache($profileID);
|
$this->mail_bo->resetFolderObjectCache($profileID);
|
||||||
if ( $folderStatus['shortDisplayName'])
|
if ( $folderStatus['shortDisplayName'])
|
||||||
|
Loading…
Reference in New Issue
Block a user