From ee0ed3a43a489a495fcd8f4b24be5b53b44e289a Mon Sep 17 00:00:00 2001 From: euromark Date: Sun, 13 Oct 2013 18:18:24 +0200 Subject: [PATCH] coding standards --- lib/Cake/Controller/Component/SecurityComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Controller/Component/SecurityComponent.php b/lib/Cake/Controller/Component/SecurityComponent.php index 343eba22a..3361ca1c3 100644 --- a/lib/Cake/Controller/Component/SecurityComponent.php +++ b/lib/Cake/Controller/Component/SecurityComponent.php @@ -350,7 +350,7 @@ class SecurityComponent extends Component { if (isset($actions[0]) && is_array($actions[0])) { $actions = $actions[0]; } - $this->{'require' . $method} = (empty($actions)) ? array('*'): $actions; + $this->{'require' . $method} = (empty($actions)) ? array('*') : $actions; } /**