summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-05-22 22:51:24 +0300
committerAndrew Dolgov <[email protected]>2018-05-22 22:51:24 +0300
commitf72b1c271a93bb374e1fd2cdde29f324a5be054f (patch)
tree615024e9dd3bef49cac8cf36c5d31253f016183d /index.php
parentabddef1155902f8b2902abd8cfb5bd89c942be82 (diff)
reader: return back to favorites view on exit if called from it
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 281d1e9..12a0a2b 100644
--- a/index.php
+++ b/index.php
@@ -231,7 +231,7 @@
$is_read = false;
if ($line["epub_id"]) {
- $read_link = "read.html?" . http_build_query(["id" => $line["epub_id"], "b" => $line["id"]]);
+ $read_link = "read.html?" . http_build_query(["id" => $line["epub_id"], "rt" => $mode, "b" => $line["id"]]);
$lastread_sth = $ldb->prepare("SELECT lastread, total_pages FROM epube_books, epube_pagination
WHERE epube_pagination.bookid = epube_books.bookid AND