mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
minor fix
This commit is contained in:
parent
5624b8256c
commit
4b5bc0ea05
@ -402,7 +402,7 @@ class InventoryWidget extends Widget
|
||||
$inventory_id_agent = 0;
|
||||
}
|
||||
|
||||
$inventory_module = $this->values['inventoryModuleId'];
|
||||
$inventory_module = io_safe_input($this->values['inventoryModuleId']);
|
||||
|
||||
$inventory_id_group = (int) $this->values['idGroup'];
|
||||
$inventory_search_string = (string) $this->values['freeSearch'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user