diff options
Diffstat (limited to 'actions/systemsettings')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 30f501f36..f18844ce1 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -33,6 +33,7 @@ datalist_set('default_site',$site->getGUID()); + set_config('view', get_input('view'), $site->getGUID()); set_config('language', get_input('language'), $site->getGUID()); $debug = get_input('debug'); |