Camel case SecurityComponent::blackHole() method call

This commit is contained in:
Simon Males 2013-08-02 12:07:33 +08:00
parent 227f9aaa88
commit 0adef209e3

View file

@ -233,7 +233,7 @@ class SecurityComponent extends Component {
);
if ($this->_action == $this->blackHoleCallback) {
return $this->blackhole($controller, 'auth');
return $this->blackHole($controller, 'auth');
}
if (!in_array($this->_action, (array)$this->unlockedActions) && $isPost && $isNotRequestAction) {