This commit is contained in:
Default
2025-04-12 11:07:55 +08:00
parent 550b8c308a
commit 171012d445

View File

@@ -115,7 +115,7 @@ class NovelPage extends BasePage
$this->arrRelatedNovel[] = [ $this->arrRelatedNovel[] = [
"n_id" => $arrNovelInfo["n_id"], "n_id" => $arrNovelInfo["n_id"],
"n_source_id" => $arrNovelInfo["n_source_id"], "n_source_id" => $arrNovelInfo["n_source_id"],
"og_title" => $arrNovelInfo["og_title"], "og_novel_book_name" => $arrNovelInfo["og_novel_book_name"],
]; ];
} elseif (is_numeric(strpos($strUri, 'kan'))) { } elseif (is_numeric(strpos($strUri, 'kan'))) {
$intNForgeId = (int)supperExtractFilename($strUri); $intNForgeId = (int)supperExtractFilename($strUri);