From 32a377626085b73e87434097581f74af4c21d7c7 Mon Sep 17 00:00:00 2001 From: Tatiana Llorente Date: Tue, 20 Aug 2019 13:46:13 +0200 Subject: [PATCH] Fixed bug permissions on filter events- 4278 --- pandora_console/godmode/events/event_edit_filter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/godmode/events/event_edit_filter.php b/pandora_console/godmode/events/event_edit_filter.php index 47c15419c9..e66e1d30b4 100644 --- a/pandora_console/godmode/events/event_edit_filter.php +++ b/pandora_console/godmode/events/event_edit_filter.php @@ -273,6 +273,7 @@ $table->data[2][1] = html_print_select_groups( '', true ); + $types = get_event_types(); // Expand standard array to add not_normal (not exist in the array, used only for searches) $types['not_normal'] = __('Not normal');