From 7e1804e5ebd608bfd90b4d1d521519bc9b02ff0b Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Mon, 25 Jul 2011 21:49:39 +0000 Subject: [PATCH] style fix --- includes/UserMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index e2fd7e94bd..e0b602a6f6 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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; -- 2.20.1