r99902 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99901‎ | r99902 | r99903 >
Date:19:22, 15 October 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix E_WARNING from r99863
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -158,7 +158,7 @@
159159 global $wgEnotifMaxRecips, $wgAdditionalMailParams;
160160
161161 $emails = '';
162 - wfDebug( __METHOD__ . ': sending mail to ' . is_array( $to ) ? implode( ', ', $to ) : $to . "\n" );
 162+ wfDebug( __METHOD__ . ': sending mail to ' . ( is_array( $to ) ? implode( ', ', $to ) : $to ) . "\n" );
163163
164164 $headers['From'] = $from->toString();
165165 $headers['Return-Path'] = $from->toString();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99863* Added Language::userDate(), Language::userTime() and Language::userTimeAndD...ialex09:32, 15 October 2011

Status & tagging log