Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | global $wgEnotifMaxRecips, $wgAdditionalMailParams; |
160 | 160 | |
161 | 161 | $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" ); |
163 | 163 | |
164 | 164 | $headers['From'] = $from->toString(); |
165 | 165 | $headers['Return-Path'] = $from->toString(); |