1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12153] Remove redundant calls to pagination.on_page().

PHPBB3-12153
This commit is contained in:
Cesar G
2014-02-02 13:19:57 -08:00
parent f22e51c8a1
commit 1251b68668
25 changed files with 3 additions and 27 deletions

View File

@@ -423,7 +423,6 @@ class mcp_reports
'S_FORUM_OPTIONS' => $forum_options,
'S_CLOSED' => ($mode == 'reports_closed') ? true : false,
'PAGE_NUMBER' => $pagination->on_page($base_url, $total, $config['topics_per_page'], $start),
'TOPIC_ID' => $topic_id,
'TOTAL' => $total,
'TOTAL_REPORTS' => $user->lang('LIST_REPORTS', (int) $total),