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