r95442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95441‎ | r95442 | r95443 >
Date:20:32, 24 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Remove line that should have been removed in r95410
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -115,7 +115,6 @@
116116 if( !$ret instanceof User ) {
117117 if( $this->mTarget != '' ) {
118118 $ret = ( $ret == 'notarget' ) ? 'emailnotarget' : ( $ret . 'text' );
119 - $out->addHTML( '<p class="error">' . wfMessage( $ret )->parse() . '</p>' );
120119 $out->wrapWikiMsg( "<p class='error'>$1</p>", $ret );
121120 }
122121 $out->addHTML( $this->userForm( $this->mTarget ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r96088MFT to REL1_18...hashar10:53, 2 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95410Followup r85876...reedy18:35, 24 August 2011

Status & tagging log