summaryrefslogtreecommitdiffstatshomepage
path: root/www/watchlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/watchlist.php')
-rw-r--r--www/watchlist.php2
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;