]> git.mxchange.org Git - friendica.git/blobdiff - util/db_update.php
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / util / db_update.php
old mode 100755 (executable)
new mode 100644 (file)
index a617732..35620e8
@@ -26,7 +26,7 @@ echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n";
 
 if($build != DB_UPDATE_VERSION) {
        echo "Updating database...";
-       check_config();
+       check_config($a);
        echo "Done\n";
 }