+ Fix bug #21863, replace image url.
This commit is contained in:
@@ -335,6 +335,7 @@ class action extends control
|
||||
return $this->send(array('status' => 'success', 'closeModal' => true, 'callback' => array('name' => 'zui.HistoryPanel.update', 'params' => array('objectType' => $action->objectType, 'objectID' => $action->objectID))));
|
||||
}
|
||||
|
||||
$action = $this->loadModel('file')->replaceImgURL($action, 'comment');
|
||||
$this->view->title = $this->lang->action->editComment;
|
||||
$this->view->actionID = $actionID;
|
||||
$this->view->comment = $this->action->formatActionComment($action->comment);
|
||||
|
||||
Reference in New Issue
Block a user