]> git.mxchange.org Git - friendica.git/blobdiff - util/db_update.php
DE update to the strings
[friendica.git] / util / db_update.php
index ef85606ccb295301a00f1c3fceea368708ea6a7f..32b44e6d006291eba2dabe857a55f57b1b99f408 100644 (file)
@@ -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";
 }