Follow up for r41672: 'nosuchuser' is used twice

This commit is contained in:
Raimond Spekking 2008-10-20 13:11:47 +00:00
parent 0be13b3c59
commit d368eabeb4

View file

@ -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;
}