summaryrefslogtreecommitdiffstats
path: root/include/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/user.php')
-rw-r--r--include/user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user.php b/include/user.php
index 607e89d..551e7d5 100644
--- a/include/user.php
+++ b/include/user.php
@@ -120,6 +120,7 @@ else
$PREF = DB_get_PREF($myid);
/* set language chosen in preferences, will become active on the next reload (see index.php)*/
$_SESSION['language'] = $PREF['language'];
+ set_language($PREF['language']);
DB_update_user_timestamp($myid);