HostController: did I ever mention...
...that I hate Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen?
This commit is contained in:
parent
dc1d572229
commit
f4339e6b1a
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue