From 61137250897908eb2bfc76d836d0ef2e15e3d58b Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 7 Jul 2005 09:16:43 +0000 Subject: [PATCH] Correct path to LinkType.inc --- presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php index 208a31f..802ec56 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php @@ -38,7 +38,7 @@ if (checkSession()) { require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentLink.inc"); require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); require_once("$default->fileSystemRoot/lib/security/Permission.inc"); - require_once("$default->fileSystemRoot/lib/linktypes/LinkType.inc"); + require_once("$default->fileSystemRoot/lib/documentmanagement/LinkType.inc"); require_once("$default->fileSystemRoot/presentation/Html.inc"); require_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); require_once("documentUI.inc"); -- libgit2 0.21.4