This commit is contained in:
tianshujie
2022-04-11 10:49:00 +08:00
parent ccd84601f3
commit c1232cef69
+2
View File
@@ -1153,6 +1153,8 @@ class story extends control
$this->product->setMenu($story->product, $story->branch);
}
if($product->type != 'normal') $this->lang->product->branch = sprintf($this->lang->product->branch, $this->lang->product->branchName[$product->type]);
$reviewers = $this->story->getReviewerPairs($storyID, $story->version);
$reviewedBy = trim($story->reviewedBy, ',');
$superReviewers = trim(zget($this->config->story, 'superReviewers', ''), ',');