From b2c5abe34763152bccc33e0958274478e4f55c56 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 29 Aug 2018 20:57:47 -0400 Subject: [PATCH] Fix compatibility problem with CRM_Extendedreport_Form_Report_ExtendedReport --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 763d97bdcb..7686111204 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -4911,7 +4911,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a * @param array $field * @param string $table */ - private function setEntityRefDefaults(&$field, $table) { + public function setEntityRefDefaults(&$field, $table) { $field['attributes'] = $field['attributes'] ? $field['attributes'] : array(); $field['attributes'] += array( 'entity' => CRM_Core_DAO_AllCoreTables::getBriefName(CRM_Core_DAO_AllCoreTables::getClassForTable($table)), -- 2.25.1