mirror of
https://github.com/webmin/webmin.git
synced 2026-05-16 03:40:26 +01:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -36,7 +36,7 @@ if ($access{'lang'}) {
|
||||
}
|
||||
else {
|
||||
$user->{'lang'} = $in{'lang'};
|
||||
$user->{'langauto'} = int($in{'langauto'});
|
||||
$user->{'langauto'} = $in{'langauto'} ? 1 : 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user