- user web: html/user/languages.txt was lost in translation

This commit is contained in:
David Anderson 2013-02-02 19:59:27 -08:00 committed by Oliver Bock
parent 3977ad8845
commit 123c725cac
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ function process_create_profile($user, $profile) {
$response1 = post_str('response1', true);
$response2 = post_str('response2', true);
$language = post_str('language');
$language = post_str('language', true);
$privatekey = parse_config($config, "<recaptcha_private_key>");
if ($privatekey) {