This commit is contained in:
hufangzhou
2021-09-14 16:27:56 +08:00
parent 321b257bad
commit d0c7c58f18
+1 -1
View File
@@ -576,7 +576,7 @@ class story extends control
$this->action->logHistory($actionID, $changes);
$story = $this->dao->findById($storyID)->from(TABLE_STORY)->fetch();
if(isset($this->post->reviewer)) $this->story->recordReviewAction($story);
if(isset($_POST['reviewer'])) $this->story->recordReviewAction($story);
}
$this->executeHooks($storyID);