mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix lingering cache after deleting multiple accounts
This commit is contained in:
parent
4fa93bf625
commit
8b86b2cf05
@ -413,6 +413,7 @@ class admin_account
|
|||||||
) + (array)$documentation);
|
) + (array)$documentation);
|
||||||
$msg = $cmd->run();
|
$msg = $cmd->run();
|
||||||
|
|
||||||
|
Api\Accounts::cache_invalidate($account_id);
|
||||||
Framework::refresh_opener($msg, 'admin', $account_id, 'delete');
|
Framework::refresh_opener($msg, 'admin', $account_id, 'delete');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user