From 123c725cac1384cc06c70a40fcd2adc2a52e474f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Feb 2013 19:59:27 -0800 Subject: [PATCH] - user web: html/user/languages.txt was lost in translation --- html/user/create_profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/create_profile.php b/html/user/create_profile.php index e3dbdb6247..8f8d37ea0b 100644 --- a/html/user/create_profile.php +++ b/html/user/create_profile.php @@ -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, ""); if ($privatekey) {