From 1de48c431e2808fe50dd785d3923637fe152d735 Mon Sep 17 00:00:00 2001 From: chaideqing Date: Tue, 20 Jun 2023 14:33:19 +0800 Subject: [PATCH] * Fix bug#35516. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index a11d5d9a5f..a229d4c313 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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. */