r42263 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r42262
|
r42263
|
r42264
>
Date:
13:11, 20 October 2008
Author:
raymond
Status:
old
Tags:
Comment:
Follow up for
r41672
: 'nosuchuser' is used twice
Modified paths:
/trunk/phase3/includes/specials/SpecialUserlogin.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialUserlogin.php
—
—
@@ -614,7 +614,7 @@
615
615
return;
616
616
}
617
617
if ( 0 == $u->getID() ) {
618
- $this->mainLoginForm( wfMsg( 'nosuchuser', $u->getName() ) );
618
+ $this->mainLoginForm( wfMsgWikiHtml( 'nosuchuser', htmlspecialchars( $u->getName() ) ) );
619
619
return;
620
620
}
621
621
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r41672
Fixing link not displayed for nosuchuser message,
bug #15838
grondin
23:03, 4 October 2008
Status & tagging log
15:36, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r42263
[
removed:
ok
added:
old]