diff options
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r-- | includes/tablesort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc index e4f044d89..0c08f4b93 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -27,7 +27,7 @@ function tablesort_init($header) { */ function tablesort_pager() { $cgi = $_SERVER['REQUEST_METHOD'] == 'GET' ? $_GET : $_POST; - unset($cgi['q'], $cgi['from']); + unset($cgi['q'], $cgi['page']); return $cgi; } |