X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fdb_update.php;h=32b44e6d006291eba2dabe857a55f57b1b99f408;hb=f7f23038dbccd6968df976c73706297904d690a8;hp=ef85606ccb295301a00f1c3fceea368708ea6a7f;hpb=e68432403288e4f7fb9e84ac0a2ca3629fb17a9e;p=friendica.git diff --git a/util/db_update.php b/util/db_update.php index ef85606ccb..32b44e6d00 100644 --- 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($a); + check_db($a); echo "Done\n"; }