]> git.mxchange.org Git - friendica.git/blobdiff - include/dbupdate.php
Diaspora: Repeated items from twitter to Diaspora now only include a link, since...
[friendica.git] / include / dbupdate.php
index 6ae1bf10e7a8e1df79017cbd2501da88b03bb147..eb2eda48da6051e07f410f2dd99200462015ecc7 100644 (file)
@@ -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){