Commit a88291b88b30cf3f1045040f22241345d9b40bd0
1 parent
52d3da79
fixed view document link
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@574 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc
| ... | ... | @@ -30,8 +30,8 @@ function displayDocumentLink($oDocument, $bDisplayFullPath = false) { |
| 30 | 30 | $sLinkText = Folder::getFolderDisplayPath($oDocument->getFolderID()) . " > " . $sLinkText; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - return generateLink("$default->owl_root_url/control.php?action=viewDocument", | |
| 34 | - "fDocumentID=" . $oDocument->getID(), | |
| 33 | + return generateLink("$default->owl_root_url/control.php", | |
| 34 | + "action=viewDocument&fDocumentID=" . $oDocument->getID(), | |
| 35 | 35 | $sIconPath . |
| 36 | 36 | $sLinkText); |
| 37 | 37 | } | ... | ... |