Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | * @param $contentType String: optional custom Content-Type (default: text/plain; charset=UTF-8) |
120 | 120 | * @return Status object |
121 | 121 | */ |
122 | | - public static function send( $to, $from, $subject, $body, $replyto = null, $contentType = 'text/plain; charset=UTF-8') { |
| 122 | + public static function send( $to, $from, $subject, $body, $replyto = null, $contentType = 'text/plain; charset=UTF-8' ) { |
123 | 123 | global $wgSMTP, $wgEnotifImpersonal; |
124 | 124 | global $wgEnotifMaxRecips, $wgAdditionalMailParams; |
125 | 125 | |