Commit 1bd277d528787541ae22e77baa41e9d7be7a79cc
1 parent
b2ba4b17
Note new location of view.php
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4503 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/browse/BrowseColumns.inc.php
| ... | ... | @@ -79,7 +79,7 @@ class TitleColumn extends BrowseColumn { |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | function buildDocumentLink($aDataRow) { |
| 82 | - $baseurl = KTUtil::arrayGet($this->aOptions, "documenturl", "documentmanagement/view.php"); | |
| 82 | + $baseurl = KTUtil::arrayGet($this->aOptions, "documenturl", $GLOBALS['KTRootUrl'] . '/view.php'); | |
| 83 | 83 | return $baseurl . '?fDocumentId=' . $aDataRow["document"]->getId(); |
| 84 | 84 | } |
| 85 | 85 | ... | ... |