* Delete empty line.

This commit is contained in:
xieqiyu
2023-02-13 15:04:31 +08:00
parent 40393e3dff
commit 83737d3e63
-1
View File
@@ -1250,7 +1250,6 @@ class storyModel extends model
if(count($childrenStatus) == 1 and current($childrenStatus) == 'closed') $status = current($childrenStatus); // Close parent story.
if($oldParentStory->status == 'closed') $status = $this->getActivateStatus($parentID); // Activate parent story.
if($status and $oldParentStory->status != $status)
{
$now = helper::now();