mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Admin: Fix delete user account did not display existing records
This commit is contained in:
parent
08800b83c9
commit
6d3ee808d6
@ -357,7 +357,7 @@ class admin_account
|
|||||||
// Get a count of entries owned by the user
|
// Get a count of entries owned by the user
|
||||||
if(count($content['account_id']) == 1)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user