From: Mark A. Hershberger Date: Thu, 28 Jul 2011 19:44:53 +0000 (+0000) Subject: wtf, who made this typo? X-Git-Tag: 1.31.0-rc.0~28553 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=58aa1cdff8e15decdf67953e8a88171016f0447d;p=lhc%2Fweb%2Fwiklou.git wtf, who made this typo? --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 15847160c9..d14b06e6d7 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -192,7 +192,7 @@ class UserMailer { $headers['X-Mailer'] = 'MediaWiki mailer'; $headers['From'] = $from->toString(); - $ret = wfRunHooks( 'AlternateUserMailer', array( $this, $headers, $to, $from, $subject, $body, $replyto, $contentType ) ) ) { + $ret = wfRunHooks( 'AlternateUserMailer', array( $this, $headers, $to, $from, $subject, $body, $replyto, $contentType ) ); if ( $ret === false ) { return Status::newGood(); } else if ( $ret != true ) {