+ Fix bug #21863, replace image url.

This commit is contained in:
liumengyi
2024-02-29 13:29:32 +08:00
parent ad3e224634
commit 476e4cea16
+1
View File
@@ -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);