Commit 847795ffb0fd1c1b544cf5590d010021c19e392c
1 parent
d14c77b3
Removed finding file error
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2019 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsBL.php
| ... | ... | @@ -12,8 +12,7 @@ |
| 12 | 12 | |
| 13 | 13 | if (checkSession()) { |
| 14 | 14 | require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCreate.inc"); |
| 15 | - require_once("listGroupsUI.inc"); | |
| 16 | - require_once("../adminUI.inc"); | |
| 15 | + require_once("listGroupsUI.inc"); | |
| 17 | 16 | require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); |
| 18 | 17 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); |
| 19 | 18 | require_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); | ... | ... |