Update massive_edit_modules.php

This commit is contained in:
José González 2022-06-08 12:38:03 +00:00
parent a251cb8439
commit bad2438867
1 changed files with 1 additions and 1 deletions

View File

@ -2222,7 +2222,7 @@ function process_manage_edit($module_name, $agents_select=null, $module_status='
$values['history_data'] = get_parameter('history_data');
}
if (get_parameter('quiet_select', -1) !== -1) {
if (get_parameter('quiet_select', -1) != -1) {
$values['quiet'] = get_parameter('quiet_select');
}