mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Admin: Remove refresh, push will handle it
This commit is contained in:
parent
ed2eb30b32
commit
ad3a2472e8
@ -236,8 +236,6 @@ class admin_account
|
||||
)+(array)$content['admin_cmd']);
|
||||
$cmd->run();
|
||||
|
||||
Api\Json\Response::get()->call('egw.refresh', '', 'admin', $cmd->account, $content['account_id'] ? 'edit' : 'add');
|
||||
|
||||
$addressbook_bo = new Api\Contacts();
|
||||
if (!($content['id'] = Api\Accounts::id2name($cmd->account, 'person_id')) ||
|
||||
!($contact = $addressbook_bo->read($content['id'])))
|
||||
|
Loading…
Reference in New Issue
Block a user