Skip to content
Snippets Groups Projects
Unverified Commit f90d376c authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Merge pull request #13194 from seamuslee001/lab_core_498

#498 Update Mailing Report to fix undefined property error
parents 845147da b3057aa1
Branches
Tags
No related merge requests found
......@@ -1813,6 +1813,9 @@ ORDER BY civicrm_email.is_bulkmail DESC
$report['mailing'] = array();
foreach (array_keys(self::fields()) as $field) {
if ($field == 'mailing_modified_date') {
$field = 'modified_date';
}
$report['mailing'][$field] = $mailing->$field;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment