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