diff --git a/module/bug/control.php b/module/bug/control.php index 66e2107a8d..302cf15296 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -982,7 +982,7 @@ class bug extends control } $this->loadModel('score')->create('ajax', 'batchOther'); } - if($type == 'product') die(js::locate($this->createLink('bug', 'browse', "productID=$projectID"), 'parent')); + if($type == 'product') die(js::locate($this->session->bugList, 'parent')); if($type == 'my') die(js::locate($this->createLink('my', 'bug'))); die(js::locate($this->createLink('project', 'bug', "projectID=$projectID"))); }