HostController: Fix indentation
This commit is contained in:
parent
7a9e7d163d
commit
694cacb464
|
@ -34,7 +34,7 @@ class HostController extends ObjectController
|
||||||
if ($this->isServiceAction() && (new Monitoring())->authCanEditService(
|
if ($this->isServiceAction() && (new Monitoring())->authCanEditService(
|
||||||
$this->Auth(),
|
$this->Auth(),
|
||||||
$this->getParam('name'),
|
$this->getParam('name'),
|
||||||
$this->getParam('service')
|
$this->getParam('service')
|
||||||
)) {
|
)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue