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