mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #1469 from sime/blackHole-camelcase
Camel case SecurityComponent::blackHole() method call
This commit is contained in:
commit
cd4f4de063
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue