r41672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41671‎ | r41672 | r41673 >
Date:23:03, 4 October 2008
Author:grondin
Status:old (Comments)
Tags:
Comment:
Fixing link not displayed for nosuchuser message, bug #15838
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -548,7 +548,7 @@
549549 break;
550550 case self::NOT_EXISTS:
551551 if( $wgUser->isAllowed( 'createaccount' ) ){
552 - $this->mainLoginForm( wfMsg( 'nosuchuser', htmlspecialchars( $this->mName ) ) );
 552+ $this->mainLoginForm( wfMsgWikiHtml( 'nosuchuser', htmlspecialchars( $this->mName ) ) );
553553 } else {
554554 $this->mainLoginForm( wfMsg( 'nosuchusershort', htmlspecialchars( $this->mName ) ) );
555555 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r42263Follow up for r41672: 'nosuchuser' is used twiceraymond13:11, 20 October 2008

Comments

#Comment by Raymond (talk | contribs)   13:13, 20 October 2008

Follow up in r42263: 'nosuchuser' is used twice

Status & tagging log