fix: [security] XSS in event index

- As reported by Marcos Rrodriguez S-V
pull/9247/head
Sami Mokaddem 2023-08-09 09:47:44 +02:00
parent 35489a3a63
commit 0274f8b633
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
'title' => __('Modify filters'),
'fa-icon' => 'search',
'onClick' => 'getPopup',
'onClickParams' => array($urlparams, 'events', 'filterEventIndex')
'onClickParams' => array(h($urlparams), 'events', 'filterEventIndex')
)
)
),