Fixed down paginations in manage agents

Former-commit-id: 28f7546b2d0cc8f4e1d13763e9c92ac99c2de2f9
This commit is contained in:
samucarc 2019-03-20 18:30:52 +01:00
parent 49a28eb13c
commit 1a01c311d6
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ if ($agents !== false) {
}
echo '</table>';
ui_pagination($total_agents, "index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id=$ag_group&search=$search&sort_field=$sortField&sort=$sort&disabled=$disabled&os=$os", $offset);
ui_pagination($total_agents, "index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id=$ag_group&recursion=$recursion&search=$search&sort_field=$sortField&sort=$sort&disabled=$disabled&os=$os", $offset);
echo "<table width='100%'><tr><td align='right'>";
} else {
ui_print_info_message(['no_close' => true, 'message' => __('There are no defined agents') ]);