Commit 267aa952a93ae7e77ee1429c25a690691a35dd5b
1 parent
4d228fa3
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 | <?php | 1 | <?php |
| 2 | - | ||
| 3 | /** | 2 | /** |
| 4 | * $Id$ | 3 | * $Id$ |
| 5 | * | 4 | * |
| @@ -11,6 +10,8 @@ | @@ -11,6 +10,8 @@ | ||
| 11 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | 10 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 12 | * @package presentation.lookAndFeel.knowledgeTree.documentmanagement | 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 | * |