Skip to content

Commit b916468

Browse files
authored
Merge pull request #1615 from christer77/fix-tiki-event-calendar-section
fix(frontend): information about the event no longer appears in tiki-webmail
2 parents 4958ac5 + 5dba00c commit b916468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/imap/output_modules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ protected function output() {
352352
}
353353

354354
// Action links section
355+
$txt .= '<div class="event_calendar_section"></div>';
355356
$txt .= '<div class="row g-0 py-3">';
356357
$txt .= '<div class="col-12 msg_actions">';
357358
$txt .= '<div class="d-flex flex-wrap gap-2 mb-3">';

0 commit comments

Comments
 (0)