mirror of https://github.com/BOINC/boinc.git
- user web: html/user/languages.txt was lost in translation
This commit is contained in:
parent
3977ad8845
commit
123c725cac
|
@ -199,7 +199,7 @@ function process_create_profile($user, $profile) {
|
||||||
|
|
||||||
$response1 = post_str('response1', true);
|
$response1 = post_str('response1', true);
|
||||||
$response2 = post_str('response2', true);
|
$response2 = post_str('response2', true);
|
||||||
$language = post_str('language');
|
$language = post_str('language', true);
|
||||||
|
|
||||||
$privatekey = parse_config($config, "<recaptcha_private_key>");
|
$privatekey = parse_config($config, "<recaptcha_private_key>");
|
||||||
if ($privatekey) {
|
if ($privatekey) {
|
||||||
|
|
Loading…
Reference in New Issue