(bug 34421) avoid duplicate Subject headers in mail
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 18 Feb 2012 10:57:34 +0000 (10:57 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 18 Feb 2012 10:57:34 +0000 (10:57 +0000)
commitd8ab214e02e59e580a1b680b5f43d8260bdf03d2
tree63e88a2656e008f0d3004738a935adf72f33fa6b
parent9c2222010f591a3c2fd3443a11597e1be74f9651
(bug 34421) avoid duplicate Subject headers in mail

r93397 duplicated the Subject header since it was passed both as an
argument of mail() and in the additional headers array.

This is r111765 done right.

Tested using both Pear and mail() methods.
includes/UserMailer.php