mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
Camel case SecurityComponent::blackHole() method call
This commit is contained in:
parent
227f9aaa88
commit
0adef209e3
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue