style fix
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 25 Jul 2011 21:49:39 +0000 (21:49 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 25 Jul 2011 21:49:39 +0000 (21:49 +0000)
includes/UserMailer.php

index e2fd7e9..e0b602a 100644 (file)
@@ -118,7 +118,7 @@ class UserMailer {
         * @param $contentType String: optional custom Content-Type (default: text/plain; charset=UTF-8)
         * @return Status object
         */
-       public static function send( $to, $from, $subject, $body, $replyto = null, $contentType = 'text/plain; charset=UTF-8') {
+       public static function send( $to, $from, $subject, $body, $replyto = null, $contentType = 'text/plain; charset=UTF-8' ) {
                global $wgSMTP, $wgEnotifImpersonal;
                global $wgEnotifMaxRecips, $wgAdditionalMailParams;