diff --git a/module/story/model.php b/module/story/model.php index adb495edfe..7a83289a76 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -1283,7 +1283,7 @@ class storyModel extends model ->removeIF($this->post->result != 'reject', 'closedReason, duplicateStory, childStories') ->removeIF($this->post->result == 'reject' and $this->post->closedReason != 'duplicate', 'duplicateStory') ->removeIF($this->post->result == 'reject' and $this->post->closedReason != 'subdivided', 'childStories') - ->add('reviewedDate', $now) + ->add('reviewedDate', $date) ->add('reviewedBy', $oldStory->reviewedBy . ',' . $this->app->user->account) ->remove('result,preVersion,comment') ->get();