* adjust code for create of story.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-03-01 07:07:19 +00:00
parent 0c4e3e23b0
commit 19f30ec2ab

View File

@@ -52,7 +52,7 @@ class story extends control
if($this->post->newStory)
{
echo js::alert($this->lang->story->successSaved . $this->lang->story->newStory);
die(js::locate($this->createLink('story', 'create', "productID=$productID&moduleID=$moduleID&story=$storyID&projectID=$projectID&bugID=$bugID"), 'parent'));
die(js::locate($this->createLink('story', 'create', "productID=$productID&moduleID=$moduleID&story=0&projectID=$projectID&bugID=$bugID"), 'parent'));
}
if($projectID == 0)
{