Skip to content

Commit

Permalink
MINOR Fixed improper quoting in locale setting
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@100839 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
sharvey authored and Sam Minnee committed Feb 2, 2011
1 parent c391859 commit ce38184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ function install($config) {
SSViewer::set_theme('$theme');
// Set the site locale
i18n::set_locale($locale);
i18n::set_locale('$locale');
// enable nested URLs for this site (e.g. page/sub-page/)
SiteTree::enable_nested_urls();
Expand Down

0 comments on commit ce38184

Please sign in to comment.