mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +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;
|
break;
|
||||||
|
|
||||||
case 'dynamic_interval':
|
case 'dynamic_interval':
|
||||||
if ($value !== -2) {
|
if ($value !== '-2') {
|
||||||
$values[$field] = $value;
|
$values[$field] = $value;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user