This commit is contained in:
songchenxuan
2023-07-10 11:08:52 +08:00
parent 18eb7e4893
commit 8ebe9e27fe
+1
View File
@@ -954,6 +954,7 @@ class storyModel extends model
->setIF(!isset($_POST['title']), 'title', $oldStory->title)
->setIF(!isset($_POST['spec']), 'spec', $oldStory->spec)
->setIF(!isset($_POST['verify']), 'verify', $oldStory->verify)
->setIF(isset($_POST['status']) && $_POST['status'] == 'reviewing', 'reviewedBy', '')
->stripTags($this->config->story->editor->edit['id'], $this->config->allowedTags)
->join('mailto', ',')
->join('linkStories', ',')