diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-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 3b841caf9..6f3b75a3d 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -69,6 +69,7 @@ if (get_input('settings') == 'go') { set_config('language', get_input('language'), $site->getGUID()); set_config('default_access', get_input('default_access'), $site->getGUID()); set_config('allow_registration', TRUE, $site->getGUID()); + set_config('walled_garden', FALSE, $site->getGUID()); $debug = get_input('debug'); if ($debug) { |