aboutsummaryrefslogtreecommitdiff
path: root/www/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/tags.php')
-rw-r--r--www/tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tags.php b/www/tags.php
index e3fd6d2..fed4510 100644
--- a/www/tags.php
+++ b/www/tags.php
@@ -73,7 +73,7 @@ array(filter($sitename .': '. $pagetitle), createURL('rss', 'all/'. filter($cat,
// Pagination
$perpage = getPerPageCount($currentUser);
if (intval(GET_PAGE) > 1) {
- $page = GET_PAGE;
+ $page = intval(GET_PAGE);
$start = ($page - 1) * $perpage;
} else {
$page = 0;