diff options
author | friendica <info@friendica.com> | 2012-07-16 01:38:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-16 01:38:26 -0700 |
commit | b79212dcc8849058e71b4fe51fae4898c4c81d14 (patch) | |
tree | 8ee059ddc60d82384b7a3ee77c997ae9e8b6e34b /util/db_update.php | |
parent | c14845557047b949b550be752b92069a381fba71 (diff) | |
download | volse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.tar.gz volse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.tar.bz2 volse-hubzilla-b79212dcc8849058e71b4fe51fae4898c4c81d14.zip |
split up get_browser_language() to use in additional ways
Diffstat (limited to 'util/db_update.php')
-rw-r--r-- | util/db_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/db_update.php b/util/db_update.php index 978594ab9..775a6585a 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_browser_language(); +$lang = get_best_language(); load_translation_table($lang); require_once("dba.php"); |