diff --git a/module/story/model.php b/module/story/model.php index da3e01d547..fc61b85abc 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -922,6 +922,7 @@ class storyModel extends model $childPath = strstr($childPath, ",{$parent->id},"); $this->dao->update(TABLE_STORY) ->set('product')->eq($parent->product) + ->set('branch')->eq($parent->branch) ->set('module')->eq(0) ->set('root')->eq($parent->root) ->set('path')->eq($childPath)