mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaServiceForm: do not return void result
This commit is contained in:
parent
21a67e355f
commit
4792859657
@ -742,10 +742,11 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||||||
public function onSuccess()
|
public function onSuccess()
|
||||||
{
|
{
|
||||||
if ($this->providesOverrides()) {
|
if ($this->providesOverrides()) {
|
||||||
return $this->succeedForOverrides();
|
$this->succeedForOverrides();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::onSuccess();
|
parent::onSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user