#10236 fixed typed control

This commit is contained in:
Daniel Cebrian 2023-01-27 13:39:41 +01:00
parent f62df0253f
commit 0bf97acf50
1 changed files with 1 additions and 1 deletions

View File

@ -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;