From d6d44b6820c6de963dbb6a4d785518e6fdd90efe Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 17:12:53 +0300 Subject: [PATCH] correct html --- 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 e26b6f1..1331d2c 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -225,7 +225,7 @@ function read_kuri($hash, $page = 0, $promo = false, $version = null){ } - if ($price['html'] = '.html'){ + if ($price['html'] == '.html'){ return readbook_kuri($hash, $page = 1); }