From: cash Date: Sun, 10 Oct 2010 16:35:15 +0000 (+0000) Subject: fixed issue when settings.php is filled out before installation is started X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=84b6401dc8cdc8cb3d9233e436ed22187a7dc3e5;p=lorea%2Felgg.git 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 --- 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