fix error js load modal filter sound events pandora_enterprise#12607
This commit is contained in:
parent
cdb3308e7a
commit
34784752b7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue