mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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');
|
$entry = lang('Entries');
|
||||||
}
|
}
|
||||||
if (is_array($counts) && $counts['total'] && Api\Hooks::exists('deleteaccount', $app))
|
if (Api\Hooks::exists('deleteaccount', $app))
|
||||||
{
|
{
|
||||||
$content['delete_apps'][] = $app;
|
$content['delete_apps'][] = $app;
|
||||||
$sel_options['delete_apps'][] = array(
|
$sel_options['delete_apps'][] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user