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

Change subject: Fix class case for translation memory
......................................................................


Fix class case for translation memory

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

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 4289ffe..8d26ba8 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2246,7 +2246,7 @@
                // Read only until renamed to 'TTMServer'
                $wgTranslateTranslationServices['TTMServer-esmigration'] = 
array(
                        'type' => 'ttmserver',
-                       'class' => 'ElasticsearchTTMServer',
+                       'class' => 'ElasticSearchTTMServer',
                        'shards' => 1,
                        'replicas' => 1,
                        'index' => $wmgTranslateESIndex,

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

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

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

Reply via email to