Actualiser calendar/calendar.php

This commit is contained in:
Fred Tempez 2025-01-01 10:46:57 +01:00
parent 6b2aef0aef
commit 924c6e6aad

View File

@ -118,7 +118,7 @@ class calendar extends common
'eventName' => $this->getInput('calendarAddEventName', null, true),
'date' => $this->getInput('calendarAddDate', helper::FILTER_DATETIME, true),
'time' => $this->getInput('calendarAddAllDay', helper::FILTER_BOOLEAN) === false ? $this->getInput('calendarAddTime', helper::FILTER_DATETIME) : '',
'className' => $this->getInput('calendarAddDateClassName', null),
'className' => $this->getInput('calendarAddDateClassName', null, true),
'dateColor' => $this->getInput('calendarAddDateColor', null),
]
]);