From ce381845d5d08e78f7a429a2cb86a093bd33ba71 Mon Sep 17 00:00:00 2001 From: sharvey Date: Thu, 11 Mar 2010 01:57:33 +0000 Subject: [PATCH] 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 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index bcfcbc4..fced091 100644 --- a/install.php +++ b/install.php @@ -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();