coding standards

This commit is contained in:
euromark 2013-10-13 18:18:24 +02:00
parent 081a3a857f
commit ee0ed3a43a

View file

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