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");