* Fix bug#35516.

This commit is contained in:
chaideqing
2023-06-20 14:33:19 +08:00
parent 6b3aaebda8
commit 1de48c431e
+1 -1
View File
@@ -955,7 +955,7 @@ class execution extends control
break;
}
}
$summary = $this->product->summary($stories);
$summary = $this->product->summary($stories, $storyType);
if($storyType == 'requirement') $summary = str_replace($this->lang->SRCommon, $this->lang->URCommon, $summary);
/* Assign. */