Commit 046b9c9249a4bdd8f63d8b4fdea2c9df765b17c7
1 parent
81454b67
#3512 added missing boolean flag
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2781 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php
| ... | ... | @@ -77,7 +77,7 @@ if (checkSession()) { |
| 77 | 77 | |
| 78 | 78 | require_once("../../../webpageTemplate.inc"); |
| 79 | 79 | // display the browse results |
| 80 | - $oContent->addHtml(renderPage($aResults, $fBrowseType, $fSortBy, $fSortDirection)); | |
| 80 | + $oContent->addHtml(renderPage($aResults, $fBrowseType, $fSortBy, $fSortDirection, true)); | |
| 81 | 81 | |
| 82 | 82 | $sToRender = "<html>\n"; |
| 83 | 83 | $sToRender .= "<head>\n"; | ... | ... |