From 98fbec5e1d1fe6070a0bb87ad3337c69bb400e51 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 8 Sep 2003 09:19:28 +0000 Subject: [PATCH] corrected ui directory include --- presentation/lookAndFeel/knowledgeTree/dashboardBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardBL.php b/presentation/lookAndFeel/knowledgeTree/dashboardBL.php index 214fe4d..815ee64 100644 --- a/presentation/lookAndFeel/knowledgeTree/dashboardBL.php +++ b/presentation/lookAndFeel/knowledgeTree/dashboardBL.php @@ -5,7 +5,7 @@ require_once("../../../config/dmsDefaults.php"); require_once("$default->fileSystemRoot/lib/dashboard/Dashboard.inc"); require_once("$default->fileSystemRoot/lib/dashboard/DashboardNews.inc"); require_once("$default->fileSystemRoot/lib/visualpatterns/PatternCustom.inc"); -require_once("dashboardUI.inc"); +require_once("$default->uiDirectory/dashboardUI.inc"); /** * $Id$ * -- libgit2 0.21.4