#8262 Fixed pagination

This commit is contained in:
Daniel Maya 2021-11-24 15:27:53 +01:00
parent 8ed3042f9a
commit b3fcb689a8
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ $search_string = (string) get_parameter('search_string', '');
$group = (int) get_parameter('group', 0); $group = (int) get_parameter('group', 0);
$group_search = (int) get_parameter('group_search', 0); $group_search = (int) get_parameter('group_search', 0);
$id_command_search = (int) get_parameter('id_command_search', 0); $id_command_search = (int) get_parameter('id_command_search', 0);
$url = 'index.php?sec='.$sec.'&sec2=godmode/alerts/alert_actions'; $url = 'index.php?sec='.$sec.'&sec2=godmode/alerts/alert_actions&search_string='.$search_string.'&group_search='.$group_search.'&id_command_search='.$id_command_search;
// Filter table. // Filter table.
$table_filter = new stdClass(); $table_filter = new stdClass();