* remove the setStage from update in story module.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-20 07:58:27 +00:00
parent 1bfb161111
commit 79c9f298e4
-1
View File
@@ -337,7 +337,6 @@ class storyModel extends model
->checkIF(isset($story->closedReason) and $story->closedReason == 'subdivided', 'childStories', 'notempty')
->where('id')->eq((int)$storyID)->exec();
$this->setStage($storyID);
if(!dao::isError()) return common::createChanges($oldStory, $story);
}