Commit d38e9813afd61959cf80ac5f7846787be4ec047f
1 parent
5c09c1b1
Correct path to include
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3418 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/foldermanagement/Folder.inc
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | * @package lib.foldermanagement |
| 26 | 26 | */ |
| 27 | 27 | require_once(KT_LIB_DIR . "/foldermanagement/PhysicalFolderManagement.inc"); |
| 28 | -require_once(KT_LIB_DIR . "/lib/documentmanagement/Document.inc"); | |
| 28 | +require_once(KT_LIB_DIR . "/documentmanagement/Document.inc"); | |
| 29 | 29 | |
| 30 | 30 | class Folder extends KTEntity { |
| 31 | 31 | ... | ... |