From d97b9f29d19c398bcde02e340b4bc9d1b31c2340 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 1 Nov 2022 07:51:06 +0000 Subject: [PATCH] * Modify action name. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }