Details
-
Type: Improvement
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.5
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
parseMailingObject passes the variable $field as a pass by ref, but this is never looked at or set by the parseAddress function. $field is then set in a foreach loop later, which is ambiguous.