From 83737d3e635dbef847a78013c8d90459e8b5ad3f Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 13 Feb 2023 15:04:31 +0800 Subject: [PATCH] * Delete empty line. --- module/story/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index ff9d879ff3..b67f9a2ba3 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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();