crash backup
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-21 02:48:18 +00:00
parent 52e488f257
commit 997033fb1a
2 changed files with 2 additions and 2 deletions

View File

@ -116,4 +116,4 @@ $calendar = $this->data['calendar'];
<menuitem label="Delete"></menuitem>
</menu>
<?= $this->getData('calendarEventPopup')->render('iCalendarEvent'); ?>
<?= $this->data['calendarEventPopup']->render('iCalendarEvent'); ?>

View File

@ -16,6 +16,6 @@ declare(strict_types=1);
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Calendar', 'Calendar'); ?></div>
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
<?= $this->data['calendar']->render($this->data['cal']); ?>
</section>
</div>