aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-02-18 14:11:48 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-02-18 14:11:48 -0600
commit7015fc8a00da40212e934ca4a499554e9289488a (patch)
treeaa8d1f071e865ca4455b475da9f7fab5152259ed /phpBB/includes/acp/acp_attachments.php
parent74d2d6c66a37afc5825190c1f4fd8a97bdf1fbaa (diff)
parentc7efadc26df3cec35a0aede4bd2b7ec75c28827d (diff)
downloadforums-7015fc8a00da40212e934ca4a499554e9289488a.tar
forums-7015fc8a00da40212e934ca4a499554e9289488a.tar.gz
forums-7015fc8a00da40212e934ca4a499554e9289488a.tar.bz2
forums-7015fc8a00da40212e934ca4a499554e9289488a.tar.xz
forums-7015fc8a00da40212e934ca4a499554e9289488a.zip
Merge pull request #2002 from prototech/ticket/12153
[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index e710260b35..b0b9fdbd15 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -1222,7 +1222,6 @@ class acp_attachments
'TOTAL_FILES' => $num_files,
'TOTAL_SIZE' => get_formatted_filesize($total_size),
- 'S_ON_PAGE' => $pagination->on_page($base_url, $num_files, $attachments_per_page, $start),
'S_LIMIT_DAYS' => $s_limit_days,
'S_SORT_KEY' => $s_sort_key,
'S_SORT_DIR' => $s_sort_dir)