aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-05 08:45:31 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-05 08:45:31 +0000
commit152405d1b34b8ba1a27b288eba53bb29ed2bf228 (patch)
treeedfe2eb218defd30186a528e7ad2f3fbba460013 /actions
parente26efc7482f04b8c8b5e5b68109f961e380064ef (diff)
downloadelgg-152405d1b34b8ba1a27b288eba53bb29ed2bf228.tar.gz
elgg-152405d1b34b8ba1a27b288eba53bb29ed2bf228.tar.bz2
Installation and initial account creation should now be stable.
git-svn-id: https://code.elgg.org/elgg/trunk@800 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 8a0346d74..1587388bb 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -23,6 +23,8 @@
$site->access_id = 2; // The site is public
$site->save();
+ datalist_set('installed',time());
+
datalist_set('path',get_input('path'));
datalist_set('dataroot',get_input('dataroot'));