r99417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99416‎ | r99417 | r99418 >
Date:18:37, 10 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r99416;
Modified paths:
  • /trunk/extensions/Contest/includes/ContestContestant.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/includes/ContestContestant.php
@@ -477,10 +477,10 @@
478478 * @return Status
479479 */
480480 public function sendSignupEmail() {
481 - global $wgPasswordSender, $wgPasswordSenderName, $wgParser;
 481+ global $wgPasswordSender, $wgPasswordSenderName;
482482
483483 $title = wfMsg( 'contest-email-signup-title' );
484 - $emailText = $wgParser->parse( $this->getParsedArticleContent( $this->getContest()->getField( 'signup_email' ) ) );
 484+ $emailText = $this->getParsedArticleContent( $this->getContest()->getField( 'signup_email' ) );
485485 $user = $this->getUser();
486486 $sender = $wgPasswordSender;
487487 $senderName = $wgPasswordSenderName;

Follow-up revisions

RevisionCommit summaryAuthorDate
r99418Follow up to r99417;jeroendedauw18:59, 10 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99416Follow up to r99413;jeroendedauw18:36, 10 October 2011

Status & tagging log