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

Change subject: Fixed Undefined wmgUseContentTranslationCluster
......................................................................


Fixed Undefined wmgUseContentTranslationCluster

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

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 322ff18..523a245 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -101,8 +101,7 @@
 
        $wgContentTranslationEventLogging = $wmgContentTranslationEventLogging;
 
-
-       if ( $wmgUseContentTranslationCluster ) {
+       if ( $wmgContentTranslationCluster ) {
                $wgContentTranslationCluster = $wmgContentTranslationCluster;
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie28b7f2b714e31706a6355a78528302146903b1a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Hashar <[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