diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if (POST_TERMS != '') { $tplVars['loadjs'] = true; // Pagination - $perpage = getPerPageCount(); + $perpage = getPerPageCount($currentUser); if (intval(GET_PAGE) > 1) { $page = GET_PAGE; $start = ($page - 1) * $perpage; |