mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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 = '';
|
||||
if (empty($this->values['filterAgent']) === false) {
|
||||
$searchAgent = $this->values['filterAgent'];
|
||||
$searchAgent = io_safe_output($this->values['filterAgent']);
|
||||
}
|
||||
|
||||
$statusModule = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user