Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.1
-
Component/s: CiviCRM Profile
-
Labels:None
Description
Submitting sample Name and Address profile form in create mode (civicrm/profile/create?gid=1&reset=1) throws notices:
Notice: Undefined variable: details in CRM_Profile_Form->postProcess() (line 868 of /Users/dgg/svn/crm_v4.2/CRM/Profile/Form.php).
Notice: Undefined variable: details in CRM_Profile_Form->postProcess() (line 869 of /Users/dgg/svn/crm_v4.2/CRM/Profile/Form.php).
Notice: Undefined variable: details in CRM_Profile_Form->postProcess() (line 870 of /Users/dgg/svn/crm_v4.2/CRM/Profile/Form.php).
We should fix this in 4.2.1 because this is a VERY commonly used screen flow.