mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
* Admin: fix delete user account always displayed 0 entries
This commit is contained in:
parent
6c75d9eb9f
commit
20bb0a55b2
@ -358,7 +358,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