diff --git a/pandora_console/godmode/alerts/alert_special_days.php b/pandora_console/godmode/alerts/alert_special_days.php index f5ad84a200..8a872267e6 100644 --- a/pandora_console/godmode/alerts/alert_special_days.php +++ b/pandora_console/godmode/alerts/alert_special_days.php @@ -245,7 +245,7 @@ html_print_select ($days, "same_day", $same_day, '', '', 0, false, false, false) echo ""; echo __('Group') . ' '; $own_info = get_user_info($config['id_user']); -if (!users_can_manage_group_all(0, "LM")) +if (!users_can_manage_group_all("LM")) $can_manage_group_all = false; else $can_manage_group_all = true;