From 34784752b7067a703a1ba35a94a1b602252ad484 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 5 Dec 2023 11:47:37 +0100 Subject: [PATCH] fix error js load modal filter sound events pandora_enterprise#12607 --- pandora_console/include/ajax/events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php index 0aea4cf37f..4c00773fd2 100644 --- a/pandora_console/include/ajax/events.php +++ b/pandora_console/include/ajax/events.php @@ -542,7 +542,7 @@ if ($load_filter_modal) { ); $action = 'index.php?sec=eventos&sec2=operation/events/events&pure='; - if ($settings_modal !== 0 && $parameters_modal !== 0) { + if ($settings_modal != 0 && $parameters_modal != 0) { $action .= '&settings='.$settings_modal.'¶meters='.$parameters_modal; }