diff --git a/module/story/control.php b/module/story/control.php index dc976c96ee..9dff1e20a3 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -1132,8 +1132,6 @@ class story extends control $reviewers = $this->story->getReviewerPairs($storyID, $story->version); $reviewedBy = trim($story->reviewedBy, ','); - $superReviewers = trim(zget($this->config->story, 'superReviewers', ''), ','); - $checkSuperReviewed = empty($reviewedBy) ? false : strpos(",$superReviewers,", ",$reviewedBy,"); $this->executeHooks($storyID); @@ -1165,7 +1163,6 @@ class story extends control $this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject('story', $storyID); $this->view->from = $from; $this->view->param = $param; - $this->view->checkSuperReviewed = $checkSuperReviewed !== false ? true : false; $this->display(); } diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index f0c8895767..b6967b86c7 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -395,7 +395,6 @@