diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc index 5deb118..66c220d 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc @@ -30,8 +30,8 @@ function displayDocumentLink($oDocument, $bDisplayFullPath = false) { $sLinkText = Folder::getFolderDisplayPath($oDocument->getFolderID()) . " > " . $sLinkText; } - return generateLink("$default->owl_root_url/control.php?action=viewDocument", - "fDocumentID=" . $oDocument->getID(), + return generateLink("$default->owl_root_url/control.php", + "action=viewDocument&fDocumentID=" . $oDocument->getID(), $sIconPath . $sLinkText); }