jenkins-bot has submitted this change and it was merged.

Change subject: Call UserMailer::send() with reply to address correctly
......................................................................


Call UserMailer::send() with reply to address correctly

Change-Id: I3fce6c666e2c878a221e2e4c6acacfd0254d173a
---
M includes/SWL_Emailer.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Florianschmidtwelzow: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/SWL_Emailer.php b/includes/SWL_Emailer.php
index 34b0e18..e8328c3 100644
--- a/includes/SWL_Emailer.php
+++ b/includes/SWL_Emailer.php
@@ -56,8 +56,7 @@
                        new MailAddress( $wgPasswordSender, 
$wgPasswordSenderName ),
                        $title,
                        $emailText,
-                       null,
-                       'text/html; charset=ISO-8859-1'
+                       array( 'contentType' => 'text/html; charset=ISO-8859-1' 
)
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/265433
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3fce6c666e2c878a221e2e4c6acacfd0254d173a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/SemanticWatchlist
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to