From 2e7cd69753a89098d4da34c683f750ce88edfb02 Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 29 Jan 2003 07:06:05 +0000 Subject: [PATCH] Correct root url problem --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 32adff5..d5fb567 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -14,6 +14,7 @@ */ function renderDocumentPath($oDocument) { + global $default; $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), "$default->owl_root_url/control.php?action=browse") . " > " . $oDocument->getName(); return "
$sDocumentPath
\n"; } -- libgit2 0.21.4