mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DirectorObjectForm: do not return void
This commit is contained in:
parent
6db30263d0
commit
d615ce932c
@ -588,7 +588,7 @@ abstract class DirectorObjectForm extends DirectorForm
|
||||
}
|
||||
}
|
||||
|
||||
return $this->setElementValue($name, $value);
|
||||
$this->setElementValue($name, $value);
|
||||
}
|
||||
|
||||
public function setElementValue($name, $value = null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user