From 84b6401dc8cdc8cb3d9233e436ed22187a7dc3e5 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 10 Oct 2010 16:35:15 +0000 Subject: fixed issue when settings.php is filled out before installation is started git-svn-id: http://code.elgg.org/elgg/trunk@7045 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 94c158a5d..687a5bcab 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -495,6 +495,9 @@ class ElggInstaller { if ($this->status['database'] == FALSE) { return; } + } else { + // no tables + return; } // check that the config table has entries -- cgit v1.2.3