* fix bug#366.

This commit is contained in:
zhujinyong
2012-12-03 08:00:04 +00:00
parent d9ce269db4
commit 920db9783e

View File

@@ -218,6 +218,7 @@ class storyModel extends model
}
$storyID = $this->dao->lastInsertID();
$this->setStage($storyID);
$specData[$i]->story = $storyID;
$specData[$i]->version = 1;