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; }