#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 = '';
|
||||
if (empty($this->values['filterAgent']) === false) {
|
||||
$searchAgent = $this->values['filterAgent'];
|
||||
$searchAgent = io_safe_output($this->values['filterAgent']);
|
||||
}
|
||||
|
||||
$statusModule = -1;
|
||||
|
|
Loading…
Reference in New Issue