Another big cull on unused variables and such

This commit is contained in:
Sam Reed 2010-10-29 21:55:29 +00:00
parent 4ea5b5c889
commit 80988b933f

View file

@ -584,7 +584,6 @@ class SimpleCaptcha {
$this->trigger = "post-badlogin login '" . $u->getName() . "'";
if ( !$this->passCaptcha() ) {
$message = wfMsg( 'captcha-badlogin-fail' );
// Emulate a bad-password return to confuse the shit out of attackers
$retval = LoginForm::WRONG_PASS;
return false;