Add missing variable for template parsing

Change-Id: I75c4a59f798f39cdb74e0ab4edaa7d1f46615347
This commit is contained in:
bsitu 2012-12-19 17:38:35 -08:00
parent a698cdbff2
commit e8551bf1b6

View file

@ -248,7 +248,7 @@ class MWEchoEmailBatch {
// global email footer
$footer = wfMessage( 'echo-email-footer-default' )
->inLanguage( $this->mUser->getOption( 'language' ) )
->params( $wgEchoEmailFooterAddress )
->params( $wgEchoEmailFooterAddress, '' )
->text();
// @Todo - replace them with the CONSTANT in 33810 once it is merged