From a5031c239ae1ba3b12fe22720994ce4109d4e73f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 23 Oct 2011 00:11:35 +0000 Subject: fix wgScriptPath and wgArticlePath --- deployment/wikis/templates/wiki_settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/wikis') 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; -- cgit v1.2.1