* fix bugs #746,747.

This commit is contained in:
wangyidong
2015-10-08 15:52:49 +08:00
parent 0138d6f7f9
commit 2495cae340
7 changed files with 13 additions and 12 deletions
+3 -1
View File
@@ -1594,7 +1594,9 @@ class project extends control
{
if(isset($_POST['storyIDList']))
{
foreach($this->post->storyIDList as $storyID)
$storyIDList = $this->post->storyIDList;
$_POST = array();
foreach($storyIDList as $storyID)
{
$this->project->unlinkStory($projectID, $storyID);
}