aboutsummaryrefslogtreecommitdiff
path: root/install.php
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 /install.php
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 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 63ac69d16..8fbda43c2 100644
--- a/install.php
+++ b/install.php
@@ -20,7 +20,7 @@
/**
* If we're installed, go back to the homepage
*/
- if (is_installed() && is_db_installed())
+ if ((is_installed() && is_db_installed() && datalist_get('installed')))
forward("index.php");
/**