diff --git a/module/story/control.php b/module/story/control.php index 7b5183d742..c147e2cebd 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -437,6 +437,8 @@ class story extends control $products = $this->product->getPairs(); $moduleOptionMenu = $this->tree->getOptionMenu($productID, $viewType = 'story', 0, $branch); + if($product) $this->lang->product->branch = sprintf($this->lang->product->branch, $this->lang->product->branchName[$product->type]); + /* Init vars. */ $planID = $plan; $pri = 0;