* finish task #6925.

This commit is contained in:
wangyidong
2020-02-28 15:14:54 +08:00
parent 172a9724e2
commit 0ab2f01fd7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class actionModel extends model
$action->extra = $extra;
/* Use purifier to process comment. Fix bug #2683. */
$action->comment = fixer::dataStripTags($comment);
$action->comment = fixer::stripDataTags($comment);
/* Process action. */
$action = $this->loadModel('file')->processImgURL($action, 'comment', $this->post->uid);