r78251 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78250‎ | r78251 | r78252 >
Date:15:40, 12 December 2010
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r64903: rm leftover debugging code.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -279,7 +279,7 @@
280280
281281 $status = UserMailer::send( $to, $mailFrom, $subject, $text, $replyTo );
282282
283 - if( !$status->isGood() && false ) {
 283+ if( !$status->isGood() ) {
284284 return $status;
285285 } else {
286286 // if the user requested a copy of this mail, do this now,

Follow-up revisions

RevisionCommit summaryAuthorDate
r784371.17: Merge tagged revisions from trunk: r77878, r77981, r77982, r77994, r780...catrope14:14, 15 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64903Overhaul Special:EmailUser, use HTMLForm, a SpecialPage-derived class, and ge...happy-melon21:14, 10 April 2010

Status & tagging log