X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fdb_update.php;h=35620e80b756dda2e84594a9304a540896a9f9a6;hb=1e02fd8a72784d8f637bd7fa6f0b188cae182a3a;hp=a6177324aced4fc9cd19a3f2237d6b23f18c4d14;hpb=11c29e0cba4f521c5f37d963109c4807af8bccae;p=friendica.git diff --git a/util/db_update.php b/util/db_update.php index a6177324ac..35620e80b7 100755 --- a/util/db_update.php +++ b/util/db_update.php @@ -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"; }