jenkins-bot has submitted this change and it was merged.

Change subject: Use correct variable
......................................................................


Use correct variable

Follow-up I1d6037a7b

Change-Id: Ib2cc0467928a85fe13e96bc84874cd0f8e53fc10
---
M wmf-config/CommonSettings-labs.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  KartikMistry: Looks good to me, but someone else must approve
  Nikerabbit: Looks good to me, approved
  Jsahleen: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index dfc9243..774f64a 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -95,7 +95,7 @@
 if ( $wmgUseContentTranslation ) {
        require_once( 
"$IP/extensions/ContentTranslation/ContentTranslation.php" );
        $wgContentTranslationServerURL = 'https://cxserver-beta.wmflabs.org';
-       $wgContentTranslationDomainTemplate['cx'] = 
'https://cxserver-beta.wmflabs.org/page/$1/$2';
+       $wgContentTranslationSiteTemplates['cx'] = 
'https://cxserver-beta.wmflabs.org/page/$1/$2';
        // Used for html2wikitext when publishing
        $wgContentTranslationParsoid = array(
                'url' => $wmgParsoidURL,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib2cc0467928a85fe13e96bc84874cd0f8e53fc10
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Jsahleen <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to