Browse Source

Bugfix upgrade process

Cerothen 9 years ago
parent
commit
bde683fc5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -977,7 +977,7 @@ function upgradeCheck() {
 		}
 		
 		// Upgrade database to latest version
-		updateSQLiteDB();
+		updateSQLiteDB($config['database_Location']);
 		
 		// Update Version and Commit
 		$config['CONFIG_VERSION'] = '1.33';