Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
The problem being that an array was not declared before being conditionally filled. Hence NULL was passed to copyValues().
That's probably not clear but take a look at the patch.