r93418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93417‎ | r93418 | r93419 >
Date:19:44, 28 July 2011
Author:mah
Status:ok (Comments)
Tags:
Comment:
wtf, who made this typo?
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -192,7 +192,7 @@
193193 $headers['X-Mailer'] = 'MediaWiki mailer';
194194 $headers['From'] = $from->toString();
195195
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 ) );
197197 if ( $ret === false ) {
198198 return Status::newGood();
199199 } else if ( $ret != true ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93415Add hook that could be the solution for Bug #28026 (“Enable e-mail...mah19:19, 28 July 2011

Comments

#Comment by Hashar (talk | contribs)   19:47, 28 July 2011

Typo from r93415

Status & tagging log