mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
#10162 fixed entities in special days
This commit is contained in:
parent
293d067a4d
commit
8475e5fbf6
@ -140,7 +140,7 @@ $inputs[] = [
|
||||
'type' => 'textarea',
|
||||
'name' => 'description',
|
||||
'required' => false,
|
||||
'value' => $specialDay->description(),
|
||||
'value' => io_safe_output($specialDay->description()),
|
||||
'rows' => 50,
|
||||
'columns' => 30,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user