Event::sendEmail() - Fix displaying of heading. Use same key.
authorTim Otten <totten@civicrm.org>
Thu, 3 Oct 2019 08:30:52 +0000 (09:30 +0100)
committerTim Otten <totten@civicrm.org>
Thu, 3 Oct 2019 08:30:52 +0000 (09:30 +0100)
commit1fe8b46755d123b01b4fe545758d42f2e0440883
treed2fa4c662289821ffa98c145741ce78beff8ec79
parentd0882c75fbcfa4b6091aac2f70e56dd2d62fcca4
Event::sendEmail() - Fix displaying of heading. Use same key.

The message templates use this loop:

```
{foreach from=$customPost item=customPos key=j}
   <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr>
```

Note that the keys in `$customPost` and `$customPost_grouptitle` need to
match.
CRM/Event/BAO/Event.php