]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed issue when settings.php is filled out before installation is started
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 10 Oct 2010 16:35:15 +0000 (16:35 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 10 Oct 2010 16:35:15 +0000 (16:35 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7045 36083f99-b078-4883-b0ff-0f9b5a30f544

install/ElggInstaller.php

index 94c158a5dcdd07357178b09711dcbb4f2a73dbd4..687a5bcab01dd764c90028c664e2a4197b3a1993 100644 (file)
@@ -495,6 +495,9 @@ class ElggInstaller {
                        if ($this->status['database'] == FALSE) {
                                return;
                        }
+               } else {
+                       // no tables
+                       return;
                }
 
                // check that the config table has entries