Commit e6afbd1c15f62c8c3e1cc2465cd6ff69a1621bce
1 parent
c24863eb
Import the Group class
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3125 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/foldermanagement/addGroupFolderLinkBL.php
| ... | ... | @@ -36,6 +36,7 @@ include_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); |
| 36 | 36 | include_once("$default->fileSystemRoot/lib/security/Permission.inc"); |
| 37 | 37 | include_once("$default->fileSystemRoot/lib/users/User.inc"); |
| 38 | 38 | include_once("$default->fileSystemRoot/lib/groups/GroupFolderLink.inc"); |
| 39 | +include_once("$default->fileSystemRoot/lib/groups/Group.inc"); | |
| 39 | 40 | include_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 40 | 41 | include_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); |
| 41 | 42 | include_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); | ... | ... |