diff --git a/module/story/control.php b/module/story/control.php index 056edfe336..e9fce3faf9 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -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', ''), ',');