aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/db_update.php2
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");