Actualiser calendar/calendar.php
This commit is contained in:
parent
6b2aef0aef
commit
924c6e6aad
@ -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),
|
||||
]
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user