diff options
Diffstat (limited to 'watchlist.php')
-rw-r--r-- | watchlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchlist.php b/watchlist.php index cd3a000..8780395 100644 --- a/watchlist.php +++ b/watchlist.php @@ -76,7 +76,7 @@ if ($user) { $tplVars['userinfo'] =& $userinfo; // Pagination - $perpage = getPerPageCount(); + $perpage = getPerPageCount($currentUser); if (intval(GET_PAGE) > 1) { $page = GET_PAGE; $start = ($page - 1) * $perpage; |