fix error js load modal filter sound events pandora_enterprise#12607

This commit is contained in:
daniel 2023-12-05 11:47:37 +01:00
parent cdb3308e7a
commit 34784752b7
1 changed files with 1 additions and 1 deletions

View File

@ -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.'&parameters='.$parameters_modal;
}