mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing string that got changed in a rebase.
This commit is contained in:
parent
55d71dc4b5
commit
426d35d66e
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class AuthComponent extends Component {
|
|||
));
|
||||
}
|
||||
}
|
||||
if (Configure::read() > 0) {
|
||||
if (Configure::read('debug') > 0) {
|
||||
App::import('Debugger');
|
||||
Debugger::checkSecurityKeys();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue