Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
1c1d86b9
Commit
1c1d86b9
authored
Nov 21, 2008
by
karailiev
Browse files
* immediate language change
parent
a3f37969
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/tools/user_settings.php
View file @
1c1d86b9
...
...
@@ -84,7 +84,8 @@ class page_action extends tform_actions {
if
(
$_POST
[
'passwort'
]
!=
$_POST
[
'passwort2'
])
{
$app
->
tform
->
errorMessage
=
$app
->
tform
->
lng
(
'password_mismatch'
);
}
$_SESSION
[
's'
][
'user'
][
'language'
]
=
$_POST
[
'language'
];
$_SESSION
[
's'
][
'language'
]
=
$_POST
[
'language'
];
}
...
...
@@ -93,4 +94,4 @@ class page_action extends tform_actions {
$page
=
new
page_action
;
$page
->
onLoad
();
?>
\ No newline at end of file
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment