From 8f1f694d792b5e45bd0d9ba75b71b697b3a28565 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 22:00:47 +0300 Subject: [PATCH] correct startpage in text book --- app/routes/anpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index d24e14a..d172cb0 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -226,7 +226,7 @@ function read_kuri($hash, $page = 0, $promo = false, $version = null){ //залита html версия книги if ($price['html'] == 'html'){ - return readbook_kuri($hash, $page = 1); + return readbook_kuri($hash, $page); }