mirror of
https://github.com/typecho/typecho.git
synced 2025-04-22 10:43:57 +02:00
fix #1329
This commit is contained in:
parent
b23277267a
commit
5f943d48b5
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user