* code for task #2808.

This commit is contained in:
chenfeiCF
2016-12-21 09:03:55 +08:00
parent e0b2e258d5
commit 22b9aeae2b
2 changed files with 2 additions and 2 deletions

View File

@@ -387,7 +387,7 @@ class project extends control
foreach($mails as $mail) $this->task->sendmail($mail->taskID, $mail->actionID);
/* Locate the browser. */
die(js::locate($this->createLink('project', 'importBug', "projectID=$projectID"), 'parent'));
die(js::locate($this->createLink('project', 'task', "projectID=$projectID"), 'parent'));
}
/* Set browseType, productID, moduleID and queryID. */