Follow-up r64903: rm leftover debugging code.
authorHappy-melon <happy-melon@users.mediawiki.org>
Sun, 12 Dec 2010 15:40:41 +0000 (15:40 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sun, 12 Dec 2010 15:40:41 +0000 (15:40 +0000)
includes/specials/SpecialEmailuser.php

index 4d06189..c512044 100644 (file)
@@ -279,7 +279,7 @@ class SpecialEmailUser extends UnlistedSpecialPage {
 
                $status = UserMailer::send( $to, $mailFrom, $subject, $text, $replyTo );
 
-               if( !$status->isGood() && false ) {
+               if( !$status->isGood() ) {
                        return $status;
                } else {
                        // if the user requested a copy of this mail, do this now,