aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r--actions/systemsettings/install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index db7b89a88..f6832843e 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -19,7 +19,8 @@
$site = new ElggSite();
$site->name = get_input('sitename');
- $site->url = get_input('wwwroot');
+ $site->url = get_input('wwwroot');
+ $site->description = get_input('sitedescription');
$site->access_id = 2; // The site is public
$guid = $site->save();