diff --git a/module/story/control.php b/module/story/control.php index 16c54c31f7..de9299b43a 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -1174,7 +1174,7 @@ class story extends control if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError())); $this->loadModel('score')->create('ajax', 'batchOther'); - return $this->send(array('result' => 'success', 'load' => $this->session->storyList)); + return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->session->storyList)); } $this->storyZen->setMenuForBatchClose($productID, $executionID, $from);