From 8fa246308d377b937de7fb5375f4d6287830ab84 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 5 May 2025 19:12:39 +0100 Subject: [PATCH] Fix the TTMServer configuration for the wiki Translate extension --- cookbooks/wiki/templates/default/mw-ext-Translate.inc.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/wiki/templates/default/mw-ext-Translate.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Translate.inc.php.erb index 8221ea3be..0ae1afa71 100644 --- a/cookbooks/wiki/templates/default/mw-ext-Translate.inc.php.erb +++ b/cookbooks/wiki/templates/default/mw-ext-Translate.inc.php.erb @@ -35,5 +35,5 @@ $wgTranslateTranslationServices['TTMServer'] = [ * See http://elastica.io/getting-started/installation.html * See https://github.com/ruflin/Elastica/blob/8.x/src/Client.php */ - 'config' => [ 'servers' => [ 'host' => '127.0.0.1', 'port' => 9114 ] ] + 'config' => [ 'servers' => [ [ 'host' => '127.0.0.1', 'port' => 9114 ] ] ] ]; -- 2.39.5