summaryrefslogtreecommitdiff
path: root/modules/tracker
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-05-05 14:47:42 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-05-05 14:47:42 -0400
commit972e6a9a3d66139cffba44313eac95e717e34843 (patch)
tree4f85b1b391bf84b90a4c88b5424505057b603ff8 /modules/tracker
parentee60a20fc3544497a0f37f9ce3846b2396a84263 (diff)
downloadbrdo-972e6a9a3d66139cffba44313eac95e717e34843.tar.gz
brdo-972e6a9a3d66139cffba44313eac95e717e34843.tar.bz2
Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core.
Diffstat (limited to 'modules/tracker')
-rw-r--r--modules/tracker/tracker.pages.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tracker/tracker.pages.inc b/modules/tracker/tracker.pages.inc
index baa99866c..fa16b657f 100644
--- a/modules/tracker/tracker.pages.inc
+++ b/modules/tracker/tracker.pages.inc
@@ -120,7 +120,6 @@ function tracker_page($account = NULL, $set_title = FALSE) {
);
$page['pager'] = array(
'#theme' => 'pager',
- '#quantity' => 25,
'#weight' => 10,
);
$page['#sorted'] = TRUE;