This commit is contained in:
Default
2025-04-11 23:42:59 +08:00
parent d1b2a7d5e1
commit 7ceec787f7
5 changed files with 200 additions and 18 deletions

View File

@@ -124,6 +124,8 @@ class ChapterModel extends MongoModel
if ($boolReadContent) {
$arrChapter['content'] = StorageCore::getInstance()->read($arrChapter['c_content_path']);
} else {
$arrChapter['content'] = '';
}
}