From 457d4ed15ababd0d4baf7937d97aaef1b433a10e Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 6 Jun 2003 10:29:52 +0000 Subject: [PATCH] corrected require case (#2542) --- presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php b/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php index 64f5b44..8bc5c5a 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php @@ -14,7 +14,7 @@ if (checkSession()) { require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCreate.inc"); require_once("listUnitsUI.inc"); - require_once("$default->fileSystemRoot/lib/orgManagement/Organisation.inc"); + require_once("$default->fileSystemRoot/lib/orgmanagement/Organisation.inc"); require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); require_once("$default->fileSystemRoot/lib/foldermanagement/Folder.inc"); -- libgit2 0.21.4