Clean up UserMailer::send() parameters
authorKunal Mehta <legoktm@gmail.com>
Sun, 12 Jul 2015 05:07:18 +0000 (22:07 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 21 Jul 2015 04:34:44 +0000 (21:34 -0700)
commitc8ac9622ea9c1c6f396db58714b7aa509166c6cb
tree8283b0494b43cde545997a0d555bc99d5d6fba65
parenta14e165b661e4630be9a794dd3f1deb4fce704c7
Clean up UserMailer::send() parameters

$replyto and $contentType should now be passed as an array of $options.
This will make it easier to add more options in the future without
having a long list of optional parameters.

Change-Id: I2c38bb438bd01e0ed2552024a40311f3e8e2dc08
includes/User.php
includes/jobqueue/jobs/EmaillingJob.php
includes/mail/EmailNotification.php
includes/mail/UserMailer.php
includes/specials/SpecialEmailuser.php