mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Pick sane default registration language
Instead of defaulting to Català (which is the first entry in the list of supported languages), choose whatever language the unregistered user is browsing the AUR in. Fixes FS#34825. Suggested-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
69b98efa35
commit
7c8e86010d
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
# display the account request form
|
||||
#
|
||||
print __("Use this form to create an account.");
|
||||
display_account_form("", "NewAccount");
|
||||
display_account_form("", "NewAccount", "", "", "", "", "", "", "", $LANG);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue