Merge pull request #1469 from sime/blackHole-camelcase

Camel case SecurityComponent::blackHole() method call
This commit is contained in:
Mark Story 2013-08-01 21:14:43 -07:00
commit cd4f4de063

View file

@ -233,7 +233,7 @@ class SecurityComponent extends Component {
); );
if ($this->_action == $this->blackHoleCallback) { 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) { if (!in_array($this->_action, (array)$this->unlockedActions) && $isPost && $isNotRequestAction) {