X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fdb_update.php;h=978594ab9f91bc771959567e44d509024f00013b;hb=7c9c92e542a99cdadc22af9e21df0f23409d810b;hp=35620e80b756dda2e84594a9304a540896a9f9a6;hpb=cb05801a9031254f5882038de07a3ee4d5f89dd0;p=friendica.git diff --git a/util/db_update.php b/util/db_update.php index 35620e80b7..978594ab9f 100644 --- a/util/db_update.php +++ b/util/db_update.php @@ -11,7 +11,7 @@ require_once("boot.php"); $a = new App; @include(".htconfig.php"); -$lang = get_language(); +$lang = get_browser_language(); load_translation_table($lang); require_once("dba.php");