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