We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fbb6e commit d1707e2Copy full SHA for d1707e2
1 file changed
src/Events/Entity/Event.php
@@ -432,7 +432,7 @@ public function sendNotification(): bool
432
$messageDateText = 'SYS_CHANGED_AT';
433
}
434
$message = $gL10n->get($messageTitleText, array($gCurrentOrganization->getValue('org_longname'))) . '<br /><br />'
435
- . $gL10n->get('SYS_TITLE') . ': ' . $_POST['dat_headline'] . '<br />'
+ . $gL10n->get('SYS_TITLE') . ': ' . $this->getValue('dat_headline') . '<br />'
436
. $gL10n->get('SYS_DATE') . ': ' . $this->getDateTimePeriod() . '<br />'
437
. $gL10n->get('SYS_CALENDAR') . ': ' . $calendar . '<br />'
438
. $gL10n->get('SYS_VENUE') . ': ' . $location . '<br />'
0 commit comments