mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
DirectorObjectForm: fix forgotten variable
This commit is contained in:
parent
f52cd5ea77
commit
04cae6f8f8
@ -543,7 +543,7 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
$this->addElement($el);
|
$this->addElement($el);
|
||||||
$this->addToCommandFieldsDisplayGroup($el);
|
$this->addToCommandFieldsDisplayGroup($el);
|
||||||
if (! $el->hasErrors()) {
|
if (! $el->hasErrors()) {
|
||||||
$this->setElementValue($name, $value, $inherited, $inheritedFrom);
|
$this->setElementValue($el->getName(), $value, $inherited, $inheritedFrom);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $el;
|
return $el;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user