* Finish task #5067.

This commit is contained in:
Yagami
2018-11-08 16:15:09 +08:00
parent cfa64fdc4e
commit a478cfdba5
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ class bug extends control
if(defined('RUN_MODE') && RUN_MODE == 'api') $this->send(array('status' => 'success', 'data' => $bugID));
$location = $this->createLink('bug', 'browse', "productID={$this->post->product}&branch=$branch&type=byModule&param={$this->post->module}");
$response['locate'] = isset($_SESSION['bugList']) ? $this->session->bugList : $location;
$response['locate'] = $location;
$this->send($response);
}