mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 08:13:53 +00:00
Another big cull on unused variables and such
This commit is contained in:
parent
4ea5b5c889
commit
80988b933f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue