aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-10 16:35:15 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-10 16:35:15 +0000
commit84b6401dc8cdc8cb3d9233e436ed22187a7dc3e5 (patch)
treea0a7953f1b1d84bac3446f827e5cabc75530b470 /install
parente1c54733c388ef0f75d6288c7add7d381e583ac5 (diff)
downloadelgg-84b6401dc8cdc8cb3d9233e436ed22187a7dc3e5.tar.gz
elgg-84b6401dc8cdc8cb3d9233e436ed22187a7dc3e5.tar.bz2
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
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php3
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