diff --git a/module/story/control.php b/module/story/control.php index 8d531ad5b2..c25a197da5 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -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);