From 997033fb1a7855ab990079b00d1602e288831d30 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 21 Mar 2025 02:48:18 +0000 Subject: [PATCH] crash backup --- Theme/Backend/calendar-dashboard.tpl.php | 2 +- Theme/Backend/dashboard-calendar.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php index 20fdfa9..d07e6f7 100755 --- a/Theme/Backend/calendar-dashboard.tpl.php +++ b/Theme/Backend/calendar-dashboard.tpl.php @@ -116,4 +116,4 @@ $calendar = $this->data['calendar']; -getData('calendarEventPopup')->render('iCalendarEvent'); ?> \ No newline at end of file +data['calendarEventPopup']->render('iCalendarEvent'); ?> \ No newline at end of file diff --git a/Theme/Backend/dashboard-calendar.tpl.php b/Theme/Backend/dashboard-calendar.tpl.php index 324cb76..bdba159 100755 --- a/Theme/Backend/dashboard-calendar.tpl.php +++ b/Theme/Backend/dashboard-calendar.tpl.php @@ -16,6 +16,6 @@ declare(strict_types=1);
getHtml('Calendar', 'Calendar'); ?>
- getData('calendar')->render($this->getData('cal')); ?> + data['calendar']->render($this->data['cal']); ?>