* Modify action name.

This commit is contained in:
xieqiyu
2022-11-01 07:51:06 +00:00
parent 0a9a801389
commit d97b9f29d1
+1 -1
View File
@@ -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);
}
}