aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
diff options
context:
space:
mode:
authorDrae <paul@starstreak.net>2012-07-12 02:36:00 +0100
committerDrae <paul@starstreak.net>2012-07-18 14:32:42 +0100
commit584d49459d22ebf47239fc97ad8358a5404dacf4 (patch)
treec4c4933cce8b90665beed1848e8460425a67c9b7 /phpBB/includes/mcp/mcp_queue.php
parent27d8aef528460e87efc90bc4fffc82c0d1fa87d9 (diff)
downloadforums-584d49459d22ebf47239fc97ad8358a5404dacf4.tar
forums-584d49459d22ebf47239fc97ad8358a5404dacf4.tar.gz
forums-584d49459d22ebf47239fc97ad8358a5404dacf4.tar.bz2
forums-584d49459d22ebf47239fc97ad8358a5404dacf4.tar.xz
forums-584d49459d22ebf47239fc97ad8358a5404dacf4.zip
[feature/pagination-as-list] New parameter for name of start var
Add a new parameter to hold the name of the start variable. This fulfills ticket PHPBB3-8535. PHPBB3-10968
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index eb3e856302..b44685b8a3 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -420,7 +420,7 @@ class mcp_queue
unset($rowset, $forum_names);
$base_url = $this->u_action . "&amp;f=$forum_id&amp;st=$sort_days&amp;sk=$sort_key&amp;sd=$sort_dir";
- phpbb_generate_template_pagination($template, $base_url, 'pagination', $total, $config['topics_per_page'], $start);
+ phpbb_generate_template_pagination($template, $base_url, 'pagination', 'start', $total, $config['topics_per_page'], $start);
// Now display the page
$template->assign_vars(array(