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