MINOR Fixed improper quoting in locale setting (from r100839)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112205 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-13 04:24:39 +00:00
parent 24887b13a9
commit b9bf36c35b

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();