* Fix bug #15172.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user