aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis/templates/wiki_settings
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/wikis/templates/wiki_settings')
-rw-r--r--deployment/wikis/templates/wiki_settings4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings
index 00cb3fa7..d376c9e5 100644
--- a/deployment/wikis/templates/wiki_settings
+++ b/deployment/wikis/templates/wiki_settings
@@ -5,7 +5,7 @@ $wgGroupPermissions['*']['writeapi'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['user']['edit'] = true;
-$wgScriptPath = "/mw-<%= name %>";
-$wgArticlePath = "/<%= name %>/$1";
+$wgScriptPath = "/mw-$wgLanguageCode";
+$wgArticlePath = "/$wgLanguageCode/$1";
$wgUsePathInfo = true;