#10162 safe input description in special days
This commit is contained in:
parent
c462f389a4
commit
293d067a4d
|
@ -900,7 +900,7 @@ class CalendarManager
|
|||
$id_group = get_parameter('id_group', null);
|
||||
$day_code = get_parameter('day_code', null);
|
||||
$id_calendar = get_parameter('id_calendar', null);
|
||||
$description = get_parameter('description', null);
|
||||
$description = io_safe_input(get_parameter('description', null));
|
||||
$change = true;
|
||||
if ($new === false
|
||||
&& ($date === $specialDay->date()
|
||||
|
|
Loading…
Reference in New Issue