Follow up for r41672: 'nosuchuser' is used twice
This commit is contained in:
parent
0be13b3c59
commit
d368eabeb4
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ class LoginForm {
|
|||
return;
|
||||
}
|
||||
if ( 0 == $u->getID() ) {
|
||||
$this->mainLoginForm( wfMsg( 'nosuchuser', $u->getName() ) );
|
||||
$this->mainLoginForm( wfMsgWikiHtml( 'nosuchuser', htmlspecialchars( $u->getName() ) ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue