r93128 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93127‎ | r93128 | r93129 >
Date:21:49, 25 July 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
style fix
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -118,7 +118,7 @@
119119 * @param $contentType String: optional custom Content-Type (default: text/plain; charset=UTF-8)
120120 * @return Status object
121121 */
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' ) {
123123 global $wgSMTP, $wgEnotifImpersonal;
124124 global $wgEnotifMaxRecips, $wgAdditionalMailParams;
125125

Status & tagging log