diff options
Diffstat (limited to 'history.php')
-rw-r--r-- | history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/history.php b/history.php index 1891695..b676515 100644 --- a/history.php +++ b/history.php @@ -46,7 +46,7 @@ if ($usecache) { } // Pagination -$perpage = getPerPageCount(); +$perpage = getPerPageCount($currentUser); if (intval(GET_PAGE) > 1) { $page = GET_PAGE; $start = ($page - 1) * $perpage; |