* Fix bug#11475.
This commit is contained in:
@@ -373,6 +373,10 @@ class bug extends control
|
||||
{
|
||||
$location = $this->createLink('execution', 'bug', "executionID={$output['executionID']}");
|
||||
}
|
||||
if(isset($output['projectID']))
|
||||
{
|
||||
$location = $this->createLink('project', 'bug', "projectID={$output['projectID']}");
|
||||
}
|
||||
else
|
||||
{
|
||||
setcookie('bugModule', 0, 0, $this->config->webRoot, '', false, false);
|
||||
|
||||
Reference in New Issue
Block a user