We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f3796 commit 1c1d86bCopy full SHA for 1c1d86b
interface/web/tools/user_settings.php
@@ -84,7 +84,8 @@ function onBeforeUpdate() {
84
if($_POST['passwort'] != $_POST['passwort2']) {
85
$app->tform->errorMessage = $app->tform->lng('password_mismatch');
86
}
87
-
+ $_SESSION['s']['user']['language'] = $_POST['language'];
88
+ $_SESSION['s']['language'] = $_POST['language'];
89
90
91
@@ -93,4 +94,4 @@ function onBeforeUpdate() {
93
94
$page = new page_action;
95
$page->onLoad();
96
-?>
97
+?>
0 commit comments