mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
24887b13a9
commit
b9bf36c35b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user