fixed filter

This commit is contained in:
alejandro.campos@artica.es 2022-11-24 16:18:58 +01:00
parent 38259c9f8d
commit d170771905
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ $isFunctionPolicies = enterprise_include_once('include/functions_policies.php');
$strict_user = db_get_value('strict_acl', 'tusuario', 'id_user', $config['id_user']);
$filter = get_parameter('disabled', 'all_enabled');
$filter = get_parameter('filter', 'all_enabled');
$filter_standby = get_parameter('standby', 'all');
$id_group = (int) get_parameter('ag_group', 0);
// 0 is the All group (selects all groups)