Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.0
-
Component/s: None
-
Labels:None
Description
In at least 2 places in CRM_Report_Form.php there is reference to
if (!array_key_exists('no_display', $field)) {
Where it should be
if(empty($field['no_display'])