]> git.mxchange.org Git - friendica.git/blobdiff - util/db_update.php
added some tests
[friendica.git] / util / db_update.php
index a6177324aced4fc9cd19a3f2237d6b23f18c4d14..35620e80b756dda2e84594a9304a540896a9f9a6 100755 (executable)
@@ -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";
 }