From c6b81a19f8bb727b028956e520ee7fdcdbf1af77 Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Mon, 14 Nov 2011 02:44:25 +0000 Subject: [PATCH] * finish the task #607. --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 13fb6d5f44..87312b07f2 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -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');