Active
Project:
Path
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2012 at 20:51 UTC
Updated:
20 Jul 2012 at 20:51 UTC
Notice missing pager on the alias list. New to drupal so have no idea how to (or have time to) write patch.
Figured out fix on path.admin.inc line 84
// $build['path_pager'] = array('#theme' => 'pager');
$build['path_pager'] = array('#markup' => theme('pager'));
I know modifying core = bad but the above seemed to work it out.
Please comment on how to properly deal. thanks