Admin: Fix delete multiple user accounts did not display app options

This commit is contained in:
nathangray 2021-05-17 08:50:33 -06:00
parent 67fb220778
commit b32727df9b

View File

@ -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(