summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index a749f60..607f923 100644
--- a/backend.php
+++ b/backend.php
@@ -217,7 +217,7 @@
$id = $line["id"];
$lastread = (int) $line["lastread"];
- if ($lastread < $page || $page == -1) {
+ if ($lastread <= $page || $page == -1) {
if ($page == -1) $page = 0;