aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r--engine/lib/database.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 4b0a38bb3..16efb5874 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -667,11 +667,6 @@ function run_sql_script($scriptlocation) {
function db_upgrade($version, $fromdir = "", $quiet = FALSE) {
global $CONFIG;
- // Elgg and its database must be installed to upgrade it!
- if (!is_db_installed() || !is_installed()) {
- return false;
- }
-
$version = (int) $version;
if (!$fromdir) {