X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbupdate.php;h=eb2eda48da6051e07f410f2dd99200462015ecc7;hb=660bd39efad52b1c69bd8dd0ca27141b81f84ca5;hp=6ae1bf10e7a8e1df79017cbd2501da88b03bb147;hpb=2a8e5032e02613df0cc056c17f82ad53be638339;p=friendica.git diff --git a/include/dbupdate.php b/include/dbupdate.php index 6ae1bf10e7..eb2eda48da 100644 --- a/include/dbupdate.php +++ b/include/dbupdate.php @@ -19,7 +19,7 @@ function dbupdate_run(&$argv, &$argc) { load_config('config'); load_config('system'); - check_config($a); + update_db($a); } if (array_search(__file__,get_included_files())===0){