Cerothen 9 лет назад
Родитель
Сommit
bde683fc5b
1 измененных файлов с 1 добавлено и 1 удалено
  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';