Closed (fixed)
Project:
Minimax pager
Version:
6.x-1.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2009 at 09:55 UTC
Updated:
2 Dec 2009 at 18:30 UTC
On line 89 of drpager.module URL is always generated in clean url style. Because of this random access ising textfield doesn't work: user is redirected to the wrong page.
The line should be changed to this:
$url = base_path() . (variable_get('clean_url', 0)?$_GET['q'].'?':'?q='.$_GET['q'].'&') . $drpager_query;
Comments
Comment #1
mattyoung commentedthanks.
Comment #2
mattyoung commentedReleased...