* [bug#67676] Fix the bug of batch edit frozen stories.
This commit is contained in:
@@ -369,7 +369,7 @@ class story extends control
|
||||
}
|
||||
|
||||
$stories = $this->storyZen->getStoriesByChecked();
|
||||
if(!$stories) return $this->send(array('result' => 'fail', 'load' => array('alert' => $this->lang->story->batchEditError, 'locate' => $this->session->storyList)));
|
||||
if(!$stories) return $this->send(array('result' => 'fail', 'load' => array('alert' => $this->lang->story->batchEditError, 'load' => true)));
|
||||
|
||||
/* Set Custom*/
|
||||
foreach(explode(',', $this->config->story->list->customBatchEditFields) as $field) $customFields[$field] = $this->lang->story->$field;
|
||||
|
||||
Reference in New Issue
Block a user