From 1c4ceda1684fee72982da270cb844bc18f371044 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Nov 2021 17:19:25 +0800 Subject: [PATCH] Fix bug 15784 --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index d4b923ffd2..ffd5a18765 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -409,7 +409,7 @@ class bug extends control else { $executionID = $this->post->execution ? $this->post->execution : $output['executionID']; - $location = $this->createLink('execution', 'bug', "executionID=$executionID"); + $location = $this->createLink('execution', 'bug', "executionID=$executionID"); } } elseif($this->app->tab == 'project')