Fix bug 15784

This commit is contained in:
root
2021-11-01 17:19:25 +08:00
parent 1aac9130a4
commit 1c4ceda168
+1 -1
View File
@@ -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')