From b983700fe90ef7ccd55f341e2fb1827dc70ee444 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 13 May 2021 16:05:46 +0800 Subject: [PATCH] * Fix bug. --- module/story/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index f94a636460..a69c7e3b39 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4010,7 +4010,6 @@ class storyModel extends model $storyLang->copyTitle = str_replace($SRCommon, $URCommon, $storyLang->copyTitle); $storyLang->common = str_replace($SRCommon, $URCommon, $storyLang->common); $storyLang->title = str_replace($SRCommon, $URCommon, $storyLang->title); - $storyLang->type = str_replace($SRCommon, $URCommon, $storyLang->type); $storyLang->spec = str_replace($SRCommon, $URCommon, $storyLang->spec); $storyLang->children = str_replace($SRCommon, $URCommon, $storyLang->children); $storyLang->linkStories = str_replace($SRCommon, $URCommon, $storyLang->linkStories);