diff options
Diffstat (limited to 'www/watchlist.php')
-rw-r--r-- | www/watchlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/watchlist.php b/www/watchlist.php index 6198781..b92fb9c 100644 --- a/www/watchlist.php +++ b/www/watchlist.php @@ -78,7 +78,7 @@ if ($user) { // Pagination $perpage = getPerPageCount($currentUser); if (intval(GET_PAGE) > 1) { - $page = GET_PAGE; + $page = intval(GET_PAGE); $start = ($page - 1) * $perpage; } else { $page = 0; |