Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.beta, 3.4.0, 4.0.0, 4.1.0, Unscheduled
-
Fix Version/s: 3.4.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
Fixes undefined index error in CRM/Contact/BAO/Contact.php
Also replaces a couple array_key_exists() calls with their faster isset() equivalents.