From 82a2cb0381ad3d112b243090ca1b8992bfdde1f7 Mon Sep 17 00:00:00 2001 From: liuhong Date: Thu, 15 Dec 2022 06:51:55 +0000 Subject: [PATCH] * Fix bug #30897. --- module/story/view/affected.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/view/affected.html.php b/module/story/view/affected.html.php index aafa1adf88..23f1651269 100644 --- a/module/story/view/affected.html.php +++ b/module/story/view/affected.html.php @@ -11,7 +11,7 @@ if(isset($twins))
  • story->affectedProjects;?> executions); if($count > 0) echo "" . $count . "" ?>
  • story->affectedBugs;?> bugs); if($count > 0) echo "" . $count . "" ?>
  • story->affectedCases;?> cases); if($count > 0) echo "" . $count . "" ?>
  • -
  • 0) echo $lang->story->affectedTwins;?> 0) echo "" . count($twins) . "" ?>
  • +
  • 0) echo $lang->story->affectedTwins;?> 0) echo "" . count($twins) . "" ?>