Skip to content

Commit

Permalink
Merge pull request #12749 from colemanw/public
Browse files Browse the repository at this point in the history
Fix compatibility problem with CRM_Extendedreport_Form_Report_ExtendedReport
  • Loading branch information
eileenmcnaughton authored Aug 30, 2018
2 parents 9c7f255 + b2c5abe commit 9880831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -4911,7 +4911,7 @@ public static function uploadChartImage() {
* @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)),
Expand Down

0 comments on commit 9880831

Please sign in to comment.