* PRJ not write to the database when create doc.

This commit is contained in:
qiyu-xie
2020-12-01 09:42:11 +08:00
parent f0bd5d9057
commit 6505c67bf9
+1
View File
@@ -621,6 +621,7 @@ class docModel extends model
->add('editedDate', $now)
->add('version', 1)
->setDefault('product,project,module', 0)
->setDefault('PRJ', $this->session->PRJ)
->stripTags($this->config->doc->editor->create['id'], $this->config->allowedTags)
->cleanInt('product,project,module,lib')
->join('groups', ',')