From 152405d1b34b8ba1a27b288eba53bb29ed2bf228 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jun 2008 08:45:31 +0000 Subject: Installation and initial account creation should now be stable. git-svn-id: https://code.elgg.org/elgg/trunk@800 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') 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"); /** -- cgit v1.2.3