aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.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/ucp/ucp_notifications.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/ucp/ucp_notifications.php')
-rw-r--r--phpBB/includes/ucp/ucp_notifications.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php
index c5963a1ebc..7c487b9073 100644
--- a/phpBB/includes/ucp/ucp_notifications.php
+++ b/phpBB/includes/ucp/ucp_notifications.php
@@ -154,7 +154,6 @@ class ucp_notifications
$pagination->generate_template_pagination($base_url, 'pagination', 'start', $notifications['total_count'], $config['topics_per_page'], $start);
$template->assign_vars(array(
- 'PAGE_NUMBER' => $pagination->on_page($base_url, $notifications['total_count'], $config['topics_per_page'], $start),
'TOTAL_COUNT' => $notifications['total_count'],
'U_MARK_ALL' => $base_url . '&amp;mark=all&amp;token=' . generate_link_hash('mark_all_notifications_read'),
));