Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.1
-
Component/s: CiviCampaign
-
Labels:None
Description
I get
Undefined variable: customFieldID Notice Survey.php 898 CRM_Campaign_BAO_Survey::getSurveyResponseFields()
when I look at the line I see
$customValue = CRM_Utils_Array::value( $customFieldID, $customFields );
$customFieldID is not defined anywhere that I can see so this probably points to something not working as it should