forked from extern/egroupware
Admin: Fix delete multiple user accounts did not display app options
This commit is contained in:
parent
67fb220778
commit
b32727df9b
@ -370,7 +370,7 @@ class admin_account
|
||||
{
|
||||
$entry = lang('Entries');
|
||||
}
|
||||
if (is_array($counts) && $counts['total'] && Api\Hooks::exists('deleteaccount', $app))
|
||||
if (Api\Hooks::exists('deleteaccount', $app))
|
||||
{
|
||||
$content['delete_apps'][] = $app;
|
||||
$sel_options['delete_apps'][] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user