HostController: Fix indentation

This commit is contained in:
Johannes Meyer 2021-04-08 15:19:43 +02:00 committed by Thomas Gelf
parent 7a9e7d163d
commit 694cacb464
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }