X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fdb_update.php;h=32b44e6d006291eba2dabe857a55f57b1b99f408;hb=99fcf6c3e83c5fb0a83eb3d9063cca2e0f2ea86f;hp=ef85606ccb295301a00f1c3fceea368708ea6a7f;hpb=f962ecdd6483679879d7608a47dbf8549a431a8f;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"; }