From 73775b09dc50aaa111c730fb1b229f263944c010 Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Tue, 12 Jul 2016 16:46:27 +0900 Subject: [PATCH] Removed an unnecessary argument for users_can_manage_group_all(). --- pandora_console/godmode/alerts/alert_special_days.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;