* code for task#1424.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-27 07:03:27 +00:00
parent cd902d213a
commit ab8dfc3eeb
8 changed files with 19 additions and 31 deletions
+5 -1
View File
@@ -1 +1,5 @@
<?php die(js::locate($this->createLink('my', 'bug', "type={$this->session->bugType}"), 'parent'));?>
<?php
$this->session->set('bugID', $bug->id);
if($this->session->bugType) die(js::locate($this->createLink('my', 'bug', "type={$this->session->bugType}"), 'parent'));
die(js::locate($this->createLink('bug', 'browse', "productID=$productID"), 'parent'));
?>