diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-26 14:50:25 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-26 14:50:25 +0000 |
commit | 077c66fcba04b308ec79e6a9b6d00429e5999405 (patch) | |
tree | f62f5aa13f77bc02ea24fda1fa9ac21dda49fb56 /deployment/wikis | |
parent | f88a29d3d600e7cda53bd881078d05ba1d4546f3 (diff) | |
download | puppet-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_settings | 2 |
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'; |