Admin: Fix delete user account did not display existing records

This commit is contained in:
nathangray 2021-05-14 10:33:28 -06:00
parent 08800b83c9
commit 6d3ee808d6

View File

@ -357,7 +357,7 @@ class admin_account
// Get a count of entries owned by the user
if(count($content['account_id']) == 1)
{
$_counts = $GLOBALS['egw']->accounts->get_account_entry_counts($content['account_id']);
$_counts = $GLOBALS['egw']->accounts->get_account_entry_counts($content['account_id'][0]);
}
else
{