summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-02 08:03:15 +0300
committerAndrew Dolgov <[email protected]>2018-07-02 08:03:15 +0300
commita42f5887aee2560cec360845e89fe66092ec352b (patch)
tree17d387cecb7ec525188f84baca482c57e40ee202 /backend.php
parent35314ef1f24b4a99c0e46769bafde8133b034d85 (diff)
storelastread: allow page == 0 since its a % now
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 607f923..9af5509 100644
--- a/backend.php
+++ b/backend.php
@@ -205,7 +205,7 @@
$bookid = (int) $_REQUEST["id"];
$cfi = $_REQUEST["cfi"];
- if ($page && $bookid) {
+ if ($bookid) {
$ldb->beginTransaction();