mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#10236 fixed typed control
This commit is contained in:
parent
f62df0253f
commit
0bf97acf50
@ -2129,7 +2129,7 @@ function process_manage_edit($module_name, $agents_select=null, $module_status='
|
||||
break;
|
||||
|
||||
case 'dynamic_interval':
|
||||
if ($value !== -2) {
|
||||
if ($value !== '-2') {
|
||||
$values[$field] = $value;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user