From d5a0e61b33283eb5e0f042cfd29ab6f8bbd5ae02 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 18 Jun 2008 10:06:36 +0000 Subject: Fixes #19: Default language selector http://trac.elgg.org/elgg/ticket/19 git-svn-id: https://code.elgg.org/elgg/trunk@960 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index b56a86f6c..06a40e167 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -31,7 +31,9 @@ datalist_set('path',get_input('path')); datalist_set('dataroot',get_input('dataroot')); - datalist_set('default_site',$site->getGUID()); + datalist_set('default_site',$site->getGUID()); + + set_config('language', get_input('language'), $site->getGUID()); system_message(elgg_echo("installation:configuration:success")); -- cgit v1.2.3