From 1bbf014696653d99681738b58cf6d37cf2ca0f4a Mon Sep 17 00:00:00 2001 From: wwccss Date: Wed, 21 Jan 2015 10:42:24 +0800 Subject: [PATCH] * fix the bug of pageID, show be pageid. --- lib/pager/pager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }