Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/265433
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticWatchlist refs/changes/33/265433/1 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: newchange Gerrit-Change-Id: I3fce6c666e2c878a221e2e4c6acacfd0254d173a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticWatchlist Gerrit-Branch: master Gerrit-Owner: Reedy <re...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits