aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-10-26 14:50:25 +0000
committerNicolas Vigier <boklm@mageia.org>2011-10-26 14:50:25 +0000
commit077c66fcba04b308ec79e6a9b6d00429e5999405 (patch)
treef62f5aa13f77bc02ea24fda1fa9ac21dda49fb56 /deployment/wikis
parentf88a29d3d600e7cda53bd881078d05ba1d4546f3 (diff)
downloadpuppet-077c66fcba04b308ec79e6a9b6d00429e5999405.tar
puppet-077c66fcba04b308ec79e6a9b6d00429e5999405.tar.gz
puppet-077c66fcba04b308ec79e6a9b6d00429e5999405.tar.bz2
puppet-077c66fcba04b308ec79e6a9b6d00429e5999405.tar.xz
puppet-077c66fcba04b308ec79e6a9b6d00429e5999405.zip
fix typo in variable name
Diffstat (limited to 'deployment/wikis')
-rw-r--r--deployment/wikis/templates/wiki_settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings
index 99e1d82b..e120f500 100644
--- a/deployment/wikis/templates/wiki_settings
+++ b/deployment/wikis/templates/wiki_settings
@@ -9,7 +9,7 @@ $wgScriptPath = "/mw-$wgLanguageCode";
$wgArticlePath = "/$wgLanguageCode/$1";
$wgUsePathInfo = true;
$wgStylePath = "$wgScriptPath/skins";
-$wgStyledirectory = '<%= wikis_templates %>/skins';
+$wgStyleDirectory = '<%= wikis_templates %>/skins';
$wgLogo = "";
$wgDefaultSkin = 'cavendish';