Index: trunk/extensions/Contest/includes/ContestContestant.php |
— | — | @@ -477,10 +477,10 @@ |
478 | 478 | * @return Status |
479 | 479 | */ |
480 | 480 | public function sendSignupEmail() { |
481 | | - global $wgPasswordSender, $wgPasswordSenderName, $wgParser; |
| 481 | + global $wgPasswordSender, $wgPasswordSenderName; |
482 | 482 | |
483 | 483 | $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' ) ); |
485 | 485 | $user = $this->getUser(); |
486 | 486 | $sender = $wgPasswordSender; |
487 | 487 | $senderName = $wgPasswordSenderName; |