Skip to content

Commit d1707e2

Browse files
committed
set correct headline for events
1 parent 55fbb6e commit d1707e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Events/Entity/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public function sendNotification(): bool
432432
$messageDateText = 'SYS_CHANGED_AT';
433433
}
434434
$message = $gL10n->get($messageTitleText, array($gCurrentOrganization->getValue('org_longname'))) . '<br /><br />'
435-
. $gL10n->get('SYS_TITLE') . ': ' . $_POST['dat_headline'] . '<br />'
435+
. $gL10n->get('SYS_TITLE') . ': ' . $this->getValue('dat_headline') . '<br />'
436436
. $gL10n->get('SYS_DATE') . ': ' . $this->getDateTimePeriod() . '<br />'
437437
. $gL10n->get('SYS_CALENDAR') . ': ' . $calendar . '<br />'
438438
. $gL10n->get('SYS_VENUE') . ': ' . $location . '<br />'

0 commit comments

Comments
 (0)