From ad3a2472e8b2b788ba7f945b38106e0eafba3c6a Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 14 Nov 2022 13:17:04 -0700 Subject: [PATCH] Admin: Remove refresh, push will handle it --- admin/inc/class.admin_account.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/inc/class.admin_account.inc.php b/admin/inc/class.admin_account.inc.php index affcf86f65..05511fcd07 100644 --- a/admin/inc/class.admin_account.inc.php +++ b/admin/inc/class.admin_account.inc.php @@ -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'])))