mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed default show option in filter options in manage agents. Tiquet:#2513
This commit is contained in:
parent
1a20a5b025
commit
b5ba16e31f
@ -23,7 +23,7 @@ $ag_group = get_parameter ("ag_group_refresh", -1);
|
||||
$sortField = get_parameter('sort_field');
|
||||
$sort = get_parameter('sort', 'none');
|
||||
$recursion = get_parameter('recursion');
|
||||
$disabled = get_parameter('disabled');
|
||||
$disabled = get_parameter('disabled', 0);
|
||||
|
||||
if ($ag_group == -1 )
|
||||
$ag_group = (int) get_parameter ("ag_group", -1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user