Hello,
Though pager obeys 1 or 0 based setting, TOC always sticks to 1.
How about changing line 658 of pagination.module to:
'query' => (variable_get('pagination_onebased', 1) ? ($page-1 ? 'page=' . $page :'') : ($page-1 ? 'page=' . ($page-1) : '')),
Hack seems little nasty, but works.
Tx.
Comments
Comment #1
mundanity commentedHmm can't seem to reproduce this, let me know if you're still seeing this?