Commit ce7dab5b9953ed719c5ff72bf3a5605b95332ee4
1 parent
94859222
replaced ArchiveSettings with DocumentArchiving
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1900 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php
| @@ -32,7 +32,8 @@ require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentMa | @@ -32,7 +32,8 @@ require_once("$default->fileSystemRoot/lib/documentmanagement/PhysicalDocumentMa | ||
| 32 | require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransaction.inc"); | 32 | require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentTransaction.inc"); |
| 33 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); | 33 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); |
| 34 | require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentCollaboration.inc"); | 34 | require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentCollaboration.inc"); |
| 35 | -require_once("$default->fileSystemRoot/lib/documentmanagement/ArchiveSettings.inc"); | 35 | + |
| 36 | +require_once("$default->fileSystemRoot/lib/archiving/DocumentArchiving.inc"); | ||
| 36 | 37 | ||
| 37 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderCollaboration.inc"); | 38 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderCollaboration.inc"); |
| 38 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderUserRole.inc"); | 39 | require_once("$default->fileSystemRoot/lib/foldermanagement/FolderUserRole.inc"); |