Skip to content
Snippets Groups Projects
Commit e578183c authored by David Siegfried's avatar David Siegfried Committed by Elmar Ludwig
Browse files

prevent php8-warnings, closes #3169

Closes #3169

Merge request studip/studip!2146
parent e8987836
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,10 @@ ...@@ -46,10 +46,10 @@
_('Belegungsplan'), _('Belegungsplan'),
[ [
'editable' => true, 'editable' => true,
'selectable' => ($fullcalendar_studip_urls['add'] != null), 'selectable' => !empty($fullcalendar_studip_urls['add']),
'studip_urls' => $fullcalendar_studip_urls, 'studip_urls' => $fullcalendar_studip_urls,
'minTime' => ($min_time), 'minTime' => $min_time,
'maxTime' => ($max_time), 'maxTime' => $max_time,
'allDaySlot' => false, 'allDaySlot' => false,
'header' => [ 'header' => [
'left' => 'dayGridMonth,timeGridWeek,timeGridDay', 'left' => 'dayGridMonth,timeGridWeek,timeGridDay',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment