Se4598 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192797

Change subject: fix parameter ordering to qqq message
......................................................................

fix parameter ordering to qqq message

the new parameter as $10

Change-Id: Icd90fd97af301931754ab0359d9ba2feb2456db1
---
M SpecialNotifyTranslators.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TranslationNotifications 
refs/changes/97/192797/1

diff --git a/SpecialNotifyTranslators.php b/SpecialNotifyTranslators.php
index f5f0160..db29086 100644
--- a/SpecialNotifyTranslators.php
+++ b/SpecialNotifyTranslators.php
@@ -638,9 +638,9 @@
                        $this->getTranslationURLs( $relevantLanguages, 
'talkpage', $userFirstLanguage ),
                        $this->getPriorityClause( $userFirstLanguage ),
                        $this->getDeadlineClause( $userFirstLanguage ),
-                       $notificationText,
-                       $this->getSignupURL()
-               )->numParams( count( $relevantLanguages ) )
+                       $notificationText
+               )->numParams( count( $relevantLanguages ) ) // $9
+                       ->params( $this->getSignupURL() ) // $10
                        ->inLanguage( $userFirstLanguage )
                        ->text();
                // Bidi-isolation of site name from date

-- 
To view, visit https://gerrit.wikimedia.org/r/192797
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd90fd97af301931754ab0359d9ba2feb2456db1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TranslationNotifications
Gerrit-Branch: master
Gerrit-Owner: Se4598 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to