mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page.
PHPBB3-12153
This commit is contained in:
parent
5f9d54646f
commit
c7efadc26d
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class pagination
|
||||||
$end_page = ($total_pages > 5) ? max(min($total_pages, $on_page + 3), 5) : $total_pages;
|
$end_page = ($total_pages > 5) ? max(min($total_pages, $on_page + 3), 5) : $total_pages;
|
||||||
}
|
}
|
||||||
|
|
||||||
$u_previous_page = $u_next_page = '';
|
|
||||||
if ($on_page != 1)
|
if ($on_page != 1)
|
||||||
{
|
{
|
||||||
$u_previous_page = $this->generate_page_link($base_url, $on_page - 1, $start_name, $per_page);
|
$u_previous_page = $this->generate_page_link($base_url, $on_page - 1, $start_name, $per_page);
|
||||||
|
|
Loading…
Add table
Reference in a new issue