diff --git a/module/bug/control.php b/module/bug/control.php index ef19f1674f..b44c94a57b 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -1446,7 +1446,7 @@ class bug extends control $this->loadModel('score')->create('ajax', 'batchOther'); } - if($type == 'product' || $type == 'my') return print(js::locate($this->session->bugList, 'parent')); + if($type == 'product' || $type == 'my') return print(js::reload('parent')); if($type == 'execution') return print(js::locate($this->createLink('execution', 'bug', "executionID=$objectID"))); if($type == 'project') return print(js::locate($this->createLink('project', 'bug', "projectID=$objectID"))); }