* [bug#52096,done,0.1h] fix bug.
This commit is contained in:
@@ -1407,7 +1407,6 @@ class storyModel extends model
|
||||
/* Set childStories. */
|
||||
$newStory = new stdClass();
|
||||
$newStory->isParent = '1';
|
||||
$newStory->plan = '';
|
||||
$newStory->lastEditedBy = $this->app->user->account;
|
||||
$newStory->lastEditedDate = $now;
|
||||
$this->dao->update(TABLE_STORY)->data($newStory)->autoCheck()->where('id')->eq($storyID)->exec();
|
||||
|
||||
Reference in New Issue
Block a user