correct startpage in text book

This commit is contained in:
Andrey Kuvshinov
2020-05-24 22:00:47 +03:00
parent 567772d79b
commit 8f1f694d79

View File

@@ -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);
}