Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
On line 648 it gets set to false under certain conditions (almost always) and then is checked down on line 738, but it's never initialized.
I'm assuming this was put in as some kind of workaround. If so, suggest adding $empty = true outside the inner loop line 594
foreach ($names as $property) {
...
}