* fix a bug for webapp pager.

This commit is contained in:
wyd621
2013-08-07 16:44:41 +08:00
parent b36a75eff0
commit ed3371923a
+1
View File
@@ -57,6 +57,7 @@ class webapp extends control
if($type == 'bysearch') $param = helper::safe64Encode($this->post->key);
/* Get results from the api. */
$recPerPage = $this->cookie->pagerWebappObtain ? $this->cookie->pagerWebappObtain : $recPerPage;
$results = $this->webapp->getAppsByAPI($type, $param, $recTotal, $recPerPage, $pageID);
if($results)
{