mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-23 18:08:49 +02:00
#11190 safe output in filter agent tree widget
This commit is contained in:
parent
018f024815
commit
45ecf362d8
@ -540,7 +540,7 @@ class TreeViewWidget extends Widget
|
|||||||
|
|
||||||
$searchAgent = '';
|
$searchAgent = '';
|
||||||
if (empty($this->values['filterAgent']) === false) {
|
if (empty($this->values['filterAgent']) === false) {
|
||||||
$searchAgent = $this->values['filterAgent'];
|
$searchAgent = io_safe_output($this->values['filterAgent']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$statusModule = -1;
|
$statusModule = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user