* finish task #6925.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user