Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/289091
Change subject: Attempt to fix unsubstituted message in Echo emails
......................................................................
Attempt to fix unsubstituted message in Echo emails
Bug: T135446
Change-Id: Id5f2e6affc43c79f8b247362e4f501af3bd356f7
---
M includes/EmailFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/91/289091/1
diff --git a/includes/EmailFormatter.php b/includes/EmailFormatter.php
index 1e65dc6..23d5851 100644
--- a/includes/EmailFormatter.php
+++ b/includes/EmailFormatter.php
@@ -667,7 +667,7 @@
* {@inheritDoc}
*/
public function decorateFooter( $address, User $user ) {
- return EchoEmailMode::message( 'echo-email-footer-default',
$user )
+ return EchoEmailMode::message( 'echo-email-plain-footer', $user
)
->params(
$address,
EchoEmailMode::message(
'echo-email-batch-separator', $user )->text()
--
To view, visit https://gerrit.wikimedia.org/r/289091
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5f2e6affc43c79f8b247362e4f501af3bd356f7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: wmf/1.28.0-wmf.1
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits