diff options
-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 d1ed6b6a2..67073e6f8 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -20,6 +20,7 @@ $site = new ElggSite();
$site->name = get_input('sitename');
$site->url = get_input('wwwroot');
+ $site->access_id = 2; // The site is public
$site->save();
datalist_set('path',get_input('path'));
|