From eac274c434d7a432aa3808005b4adbe191a0b600 Mon Sep 17 00:00:00 2001 From: Zhuk Viatcheslav Date: Fri, 20 Nov 2020 13:08:35 +0300 Subject: [PATCH] s --- 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 382e91c..b8d0ad6 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -331,7 +331,7 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){ $authorname = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $author_id LIMIT 1"); - //$content['authorname'] = $authorname['authorname']; + $content['authorname'] = $authorname['authorname']; if ($page > 1) { $prevpage = $page - 1;