diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 649f57889..b7210f668 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -140,7 +140,7 @@ function drupal_get_headers() { */ function drupal_get_destination() { $destination[] = $_GET['q']; - $params = array('from', 'sort', 'order'); + $params = array('page', 'sort', 'order'); foreach ($params as $param) { if (isset($_GET[$param])) { $destination[] = "$param=". $_GET[$param]; |