mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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_id_agent = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$inventory_module = $this->values['inventoryModuleId'];
|
$inventory_module = io_safe_input($this->values['inventoryModuleId']);
|
||||||
|
|
||||||
$inventory_id_group = (int) $this->values['idGroup'];
|
$inventory_id_group = (int) $this->values['idGroup'];
|
||||||
$inventory_search_string = (string) $this->values['freeSearch'];
|
$inventory_search_string = (string) $this->values['freeSearch'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user