aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-02-02 13:19:57 -0800
committerCesar G <prototech91@gmail.com>2014-02-03 23:00:39 -0800
commit1251b68668c656bc077fff3dd22661447e2905e3 (patch)
treebc8928eb721c133137da291ef4bce41304950cdc /phpBB/includes/mcp/mcp_queue.php
parentf22e51c8a16d75449da03cb2d9f3e11573ce6f1d (diff)
downloadforums-1251b68668c656bc077fff3dd22661447e2905e3.tar
forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.gz
forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.bz2
forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.xz
forums-1251b68668c656bc077fff3dd22661447e2905e3.zip
[ticket/12153] Remove redundant calls to pagination.on_page().
PHPBB3-12153
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index 9f9c22a5c5..a46c4bd499 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -547,7 +547,6 @@ class mcp_queue
'S_TOPICS' => $is_topics,
'S_RESTORE' => $is_restore,
- 'PAGE_NUMBER' => $pagination->on_page($base_url, $total, $config['topics_per_page'], $start),
'TOPIC_ID' => $topic_id,
'TOTAL' => $user->lang(((!$is_topics) ? 'VIEW_TOPIC_POSTS' : 'VIEW_FORUM_TOPICS'), (int) $total),
));