* Fix bug.

This commit is contained in:
tianshujie98
2020-11-05 15:30:33 +08:00
parent 592a6b6a5c
commit 1db241cb43
+1 -1
View File
@@ -619,7 +619,7 @@ class docModel extends model
->join('groups', ',')
->join('users', ',')
->join('mailto', ',')
->remove('files,labels,uid')
->remove('files,labels,uid,contactListMenu')
->get();
/* Fix bug #2929. strip_tags($this->post->contentMarkdown, $this->config->allowedTags)*/