diff --git a/admin/inc/class.admin_account.inc.php b/admin/inc/class.admin_account.inc.php index 79ee477cc3..affcf86f65 100644 --- a/admin/inc/class.admin_account.inc.php +++ b/admin/inc/class.admin_account.inc.php @@ -358,7 +358,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 {