Reviewed & tested by the community
Project:
Custom Pagers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2010 at 16:37 UTC
Updated:
15 Sep 2011 at 18:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedI get a lot more undefined index warnings than that. Attached patch resolves.
Comment #2
elliotttf commentedThe check for if (is_array($nav)) should actually not be necessary since $nav is defined as an array directly above that line, but otherwise this works as stated. Re-rolled the patch to remove the unneeded code.