r66969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66968‎ | r66969 | r66970 >
Date:15:51, 27 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r66933: escape the whole message instead of only the parameter
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -128,7 +128,7 @@
129129 global $wgOut;
130130
131131 if ( $this->mEmail == '' ) {
132 - $this->mainLoginForm( wfMsgExt( 'noemail', 'parsemag', htmlspecialchars( $this->mName ) ) );
 132+ $this->mainLoginForm( wfMsgExt( 'noemail', array( 'parsemag', 'escape' ), $this->mName ) );
133133 return;
134134 }
135135

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66933Allow use of GENDER in 'noemail' message.siebrand21:22, 26 May 2010

Status & tagging log