mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
DirectorObjectForm: disable additional vars
We need something better here
This commit is contained in:
parent
cd5ce8063a
commit
107b872b63
@ -259,11 +259,12 @@ abstract class DirectorObjectForm extends QuickForm
|
||||
$vars[$mykey] = $value;
|
||||
$handled[$key] = true;
|
||||
}
|
||||
|
||||
/*
|
||||
if (substr($key, 0, 8) === '_newvar_') {
|
||||
$newvar[substr($key, 8)] = $value;
|
||||
$handled[$key] = true;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
foreach ($vars as $k => $v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user