forked from extern/egroupware
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);
|
||||
$msg = $cmd->run();
|
||||
|
||||
Api\Accounts::cache_invalidate($account_id);
|
||||
Framework::refresh_opener($msg, 'admin', $account_id, 'delete');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user