aboutsummaryrefslogtreecommitdiffstats
path: root/util/db_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'util/db_update.php')
-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 35620e80b..978594ab9 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");