This commit is contained in:
wangyidong
2015-01-29 10:24:22 +08:00
parent 93ed6c90f8
commit c5dddc9008

View File

@@ -546,6 +546,9 @@ class storyModel extends model
->join('reviewedBy', ',')
->get();
/* fix bug #671. */
$this->lang->story->closedReason = $this->lang->story->rejectedReason;
$this->dao->update(TABLE_STORY)->data($story)
->autoCheck()
->batchCheck($this->config->story->review->requiredFields, 'notempty')