diff --git a/lib/pager/pager.class.php b/lib/pager/pager.class.php index 68fd4c82e6..de199a24b9 100755 --- a/lib/pager/pager.class.php +++ b/lib/pager/pager.class.php @@ -255,7 +255,7 @@ class pager { if(strtolower($key) == 'rectotal') $this->params[$key] = $this->recTotal; if(strtolower($key) == 'recperpage') $this->params[$key] = $this->recPerPage; - if(strtolower($key) == 'pageID') $this->params[$key] = $this->pageID; + if(strtolower($key) == 'pageid') $this->params[$key] = $this->pageID; } }