mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Update massive_edit_modules.php
This commit is contained in:
parent
a251cb8439
commit
bad2438867
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user