From dc44bc7a46b74925451de29dd5553c80030d5a0b Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 6 Mar 2003 08:22:06 +0000 Subject: [PATCH] corrected case --- presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php b/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php index 484c856..dd9bfba 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php @@ -14,7 +14,7 @@ if (checkSession()) { require_once("$default->fileSystemRoot/lib/visualpatterns/PatternEditableListFromQuery.inc"); require_once("editOrgUI.inc"); require_once("$default->fileSystemRoot/lib/security/permission.inc"); - require_once("$default->fileSystemRoot/lib/Orgmanagement/Organisation.inc"); + require_once("$default->fileSystemRoot/lib/orgmanagement/Organisation.inc"); require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); require_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); -- libgit2 0.21.4