mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Add missing variable for template parsing
Change-Id: I75c4a59f798f39cdb74e0ab4edaa7d1f46615347
This commit is contained in:
parent
a698cdbff2
commit
e8551bf1b6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue