]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
Continued:
[mailer.git] / inc / libs / wernis_functions.php
index aa3c207613fa97833665952b2d316d91b301ce94..c9fe0da434ea4cb7b4f0fdbc3ddd449d02338e20 100644 (file)
@@ -650,7 +650,7 @@ function doWernisFinishUserRegistration ($challenge, $challengeResponse, $status
                        $return['mapped_data'] = runFilterChain('register_must_fillout', $return['mapped_data']);
 
                        // Add missing elements
-                       $return['mapped_data']['gender']               = NULL;
+                       $return['mapped_data']['sex']               = NULL;
                        $return['mapped_data']['birthday_selection']   = generateDayMonthYearSelectionBox($return['mapped_data']['birth_day'], $return['mapped_data']['birth_month'], $return['mapped_data']['birth_year']);
                        $return['mapped_data']['challenge']            = getRequestElement('challenge');
                        $return['mapped_data']['__challenge_response'] = getRequestElement('__challenge_response');