From d5fe57f24e5befebc2b0e7cf58bf97d7148bf71e Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 8 May 2003 09:47:35 +0000 Subject: [PATCH] Added DocumentCollaboration.inc inclusion file --- presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php index 76d8211..9dccd87 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php @@ -24,6 +24,7 @@ if (checkSession()) { require_once("$default->fileSystemRoot/lib/roles/Role.inc"); require_once("$default->fileSystemRoot/lib/users/User.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); + require_once("$default->fileSystemRoot/lib/documentmanagement/DocumentCollaboration.inc"); require_once("$default->fileSystemRoot/lib/email/Email.inc"); require_once("$default->fileSystemRoot/lib/groups/Group.inc"); require_once("$default->fileSystemRoot/presentation/Html.inc"); -- libgit2 0.21.4