HostController: did I ever mention...

...that I hate Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen?
This commit is contained in:
Thomas Gelf 2017-02-08 16:14:11 +01:00
parent dc1d572229
commit f4339e6b1a
1 changed files with 1 additions and 1 deletions

View File

@ -393,8 +393,8 @@ class HostController extends ObjectController
{
// TODO: I hate doing this:
if ($this->getRequest()->getActionName() === 'ticket') {
$host = $this->object;
if ($host->getResolvedProperty('has_agent') !== 'y') {
throw new NotFoundError('The host "%s" is not an agent', $host->object_name);
}