diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 4 |
1 files changed, 3 insertions, 1 deletions
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"));
|