diff --git a/module/story/model.php b/module/story/model.php index 9dab8534e7..b94efedfaa 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -6103,6 +6103,8 @@ class storyModel extends model $this->dao->update(TABLE_STORY)->data($syncFieldList)->where('id')->eq((int)$storyID)->exec(); if(!dao::isError()) { + $this->setStage($storyID); + $actionID = $this->action->create('story', $storyID, 'syncsiblings', '', "$operate|$storyID"); $this->action->logHistory($actionID, $changes); }