Commit 581f40e79376ef3c8c6fcc2aa6e2ca3cc80f251a
1 parent
fc425153
KTS-1340: "Open containing folder" not linking to correct folder.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5914 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTColumns.inc.php
| ... | ... | @@ -431,7 +431,7 @@ class ContainingFolderColumn extends AdvancedColumn { |
| 431 | 431 | return ' '; |
| 432 | 432 | } |
| 433 | 433 | |
| 434 | - $link = KTBrowseUtil::getUrlForFolder($aDataRow['folder']); | |
| 434 | + $link = KTBrowseUtil::getUrlForFolder($aDataRow['document']->getFolderId()); | |
| 435 | 435 | return sprintf('<a href="%s" class="ktAction ktMoveUp" title="%s">%s</a>', $link, _kt('View Folder'), _kt('View Folder')); |
| 436 | 436 | } |
| 437 | 437 | ... | ... |