#10162 safe input description in special days

This commit is contained in:
Daniel Cebrian 2023-01-23 14:44:10 +01:00
parent c462f389a4
commit 293d067a4d
1 changed files with 1 additions and 1 deletions

View File

@ -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()