Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -279,7 +279,7 @@ |
280 | 280 | |
281 | 281 | $status = UserMailer::send( $to, $mailFrom, $subject, $text, $replyTo ); |
282 | 282 | |
283 | | - if( !$status->isGood() && false ) { |
| 283 | + if( !$status->isGood() ) { |
284 | 284 | return $status; |
285 | 285 | } else { |
286 | 286 | // if the user requested a copy of this mail, do this now, |