From: Sam Reed Date: Wed, 24 Aug 2011 20:32:00 +0000 (+0000) Subject: Remove line that should have been removed in r95410 X-Git-Tag: 1.31.0-rc.0~28090 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=ff0c2b040b5e1a4e82618bfdef78a9a09708956e;p=lhc%2Fweb%2Fwiklou.git Remove line that should have been removed in r95410 --- diff --git a/includes/specials/SpecialEmailuser.php b/includes/specials/SpecialEmailuser.php index c078281e06..cc18da9f22 100644 --- a/includes/specials/SpecialEmailuser.php +++ b/includes/specials/SpecialEmailuser.php @@ -115,7 +115,6 @@ class SpecialEmailUser extends UnlistedSpecialPage { if( !$ret instanceof User ) { if( $this->mTarget != '' ) { $ret = ( $ret == 'notarget' ) ? 'emailnotarget' : ( $ret . 'text' ); - $out->addHTML( '

' . wfMessage( $ret )->parse() . '

' ); $out->wrapWikiMsg( "

$1

", $ret ); } $out->addHTML( $this->userForm( $this->mTarget ) );