diff options
-rw-r--r-- | install/ElggInstaller.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 |