X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbupdate.php;h=eb2eda48da6051e07f410f2dd99200462015ecc7;hb=c82e5fde0a6ff153a4f72f2c51c3e144093ef31b;hp=6ae1bf10e7a8e1df79017cbd2501da88b03bb147;hpb=cc9ce39e3f1d7335de2124f78c5ecb02becd197c;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){