1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/5506] Do not display an empty last page after deleting logs.
This commit is contained in:
Nils Adermann
2011-07-16 21:00:14 -04:00
6 changed files with 39 additions and 22 deletions

View File

@@ -301,7 +301,7 @@ class acp_inactive
'PAGINATION' => generate_pagination($this->u_action . "&$u_sort_param&users_per_page=$per_page", $inactive_count, $per_page, $start, true),
'USERS_PER_PAGE' => $per_page,
'U_ACTION' => $this->u_action . '&start=' . $start,
'U_ACTION' => $this->u_action . "&$u_sort_param&users_per_page=$per_page&start=$start",
));
$this->tpl_name = 'acp_inactive';