Closed (won't fix)
Project:
Custom Pagers
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2007 at 21:43 UTC
Updated:
6 Jan 2012 at 07:41 UTC
function custom_pager_build_nav reads the list from the cache like so:
$list = explode(',', $pager_cache[$pager->pid]);
But the list is stored in the cache like so, keep that consistent.
$pager_cache[$pager->pid] = $list;
Comments
Comment #1
quicksketchD5 is not longer supported.