https://bugzilla.wikimedia.org/show_bug.cgi?id=66673
Bug ID: 66673
Summary: UserMailer::sendWithPear() calls $mailer->send() with
incorrect parameters
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Email
Assignee: [email protected]
Reporter: [email protected]
Web browser: ---
Mobile Platform: ---
protected static function sendWithPear( $mailer, $dest, $headers, $body ) {
$mailResult = $mailer->send( $dest, $headers, $body );
...
public static function send( $to, $from, $subject, $body, $replyto = null,
$contentType = 'text/plain; charset=UTF-8'
) {
$from parameter is missing. $headers being the same as $subject seems wrong
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l