Skip to content
Snippets Groups Projects
Commit b3057aa1 authored by Seamus Lee's avatar Seamus Lee
Browse files

#498 Update Mailing Report to fix undefined property error

parent c08e3ee3
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