MINOR Fixed improper quoting in locale setting

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@100839 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-03-11 01:57:33 +00:00 committed by Sam Minnee
parent c3918595fd
commit ce381845d5

View File

@ -882,7 +882,7 @@ MySQLDatabase::set_connection_charset('utf8');
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();