* change for safe.

This commit is contained in:
wangyidong
2018-07-23 17:27:54 +08:00
parent 897ad0fdae
commit 9e2df3dde2
7 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ class docModel extends model
->add('version', 1)
->setDefault('product,project,module', 0)
->stripTags($this->config->doc->editor->create['id'], $this->config->allowedTags)
->cleanInt('product,project,module')
->cleanInt('product,project,module,lib')
->join('groups', ',')
->join('users', ',')
->remove('files,labels,uid')