* Finish task#9113.

This commit is contained in:
hufangzhou
2021-01-25 16:54:03 +08:00
parent 24c4c1b309
commit fef3a4c410
3 changed files with 21 additions and 5 deletions
-2
View File
@@ -105,8 +105,6 @@ class projectStory extends control
{
if(empty($productID)) $productID = key($this->products);
$this->lang->menugroup->story = 'projectstory';
$this->lang->projectstory->menu->track['subModule'] = 'story';
$this->projectstory->setMenu($this->products, $productID, $branch);
$this->lang->story->requirement = str_replace($this->lang->URCommon, $this->lang->URCommon, $this->lang->story->requirement);
$this->lang->story->story = str_replace($this->lang->SRCommon, $this->lang->SRCommon, $this->lang->story->story);