Commit 1829c698afb7d2566d3890e3b1f87f6716baed94
1 parent
812ef4e5
added folderUI.inc dependency
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2170 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc
| 1 | 1 | <?php |
| 2 | - | |
| 3 | 2 | /** |
| 4 | 3 | * $Id$ |
| 5 | 4 | * |
| ... | ... | @@ -11,6 +10,8 @@ |
| 11 | 10 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 12 | 11 | * @package presentation.lookAndFeel.knowledgeTree.documentmanagement |
| 13 | 12 | */ |
| 13 | + | |
| 14 | +require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); | |
| 14 | 15 | |
| 15 | 16 | /** |
| 16 | 17 | * | ... | ... |