Commit 72734cd3753fcacad2fba5b547a63c68b592650a
1 parent
92c19d44
added missing DocumentCollaboration include
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1871 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php
| ... | ... | @@ -24,6 +24,7 @@ if (checkSession()) { |
| 24 | 24 | require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentManager.inc"); |
| 25 | 25 | require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransaction.inc"); |
| 26 | 26 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); |
| 27 | + require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentCollaboration.inc"); | |
| 27 | 28 | |
| 28 | 29 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderCollaboration.inc"); |
| 29 | 30 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderUserRole.inc"); | ... | ... |