Fixing string that got changed in a rebase.

This commit is contained in:
mark_story 2010-07-06 22:46:08 -04:00
parent 55d71dc4b5
commit 426d35d66e

View file

@ -290,7 +290,7 @@ class AuthComponent extends Component {
));
}
}
if (Configure::read() > 0) {
if (Configure::read('debug') > 0) {
App::import('Debugger');
Debugger::checkSecurityKeys();
}