Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -192,7 +192,7 @@ |
193 | 193 | $headers['X-Mailer'] = 'MediaWiki mailer'; |
194 | 194 | $headers['From'] = $from->toString(); |
195 | 195 | |
196 | | - $ret = wfRunHooks( 'AlternateUserMailer', array( $this, $headers, $to, $from, $subject, $body, $replyto, $contentType ) ) ) { |
| 196 | + $ret = wfRunHooks( 'AlternateUserMailer', array( $this, $headers, $to, $from, $subject, $body, $replyto, $contentType ) ); |
197 | 197 | if ( $ret === false ) { |
198 | 198 | return Status::newGood(); |
199 | 199 | } else if ( $ret != true ) { |