#11190 safe output in filter agent tree widget

This commit is contained in:
Daniel Cebrian 2023-05-16 13:22:33 +02:00
parent 018f024815
commit 45ecf362d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;