This commit is contained in:
joyqi 2022-02-25 21:16:12 +08:00
parent b23277267a
commit 5f943d48b5

View File

@ -275,7 +275,7 @@ class Edit extends Comments implements ActionInterface
}
/** 评论插件接口 */
self::pluginHandle()->edit($comment, $this);
$comment = self::pluginHandle()->edit($comment, $this);
/** 更新评论 */
$this->update($comment, $this->db->sql()->where('coid = ?', $coid));