Skip to content
Snippets Groups Projects
Commit 972e6a9a authored by David Rothstein's avatar David Rothstein
Browse files

Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core.

parent ee60a20f
No related branches found
No related tags found
No related merge requests found
Drupal 7.28, xxxx-xx-xx (development version)
-----------------------
- Made the pager on the Tracker module listing pages show the same number of
items as other pagers throughout Drupal core (minor UI change).
- Fixed a bug which caused caches not to be properly cleared when a file entity
was saved or deleted.
- Added several missing countries to the default list returned by
......
......@@ -120,7 +120,6 @@ function tracker_page($account = NULL, $set_title = FALSE) {
);
$page['pager'] = array(
'#theme' => 'pager',
'#quantity' => 25,
'#weight' => 10,
);
$page['#sorted'] = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment