* finish the task #607.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-14 02:44:25 +00:00
parent 47063901df
commit c6b81a19f8
+1 -1
View File
@@ -316,7 +316,7 @@ class project extends control
foreach($mails as $mail) $this->sendmail($mail->taskID, $mail->actionID);
/* Locate the browser. */
die(js::locate($this->createLink('project', 'task', "projectID=$projectID"), 'parent'));
die(js::locate($this->createLink('project', 'importBug', "projectID=$projectID"), 'parent'));
}
$this->loadModel('bug');