Commit 77e670f283d73eda5047f1b72bf4f2e721a920f7
1 parent
9f98ac72
#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,7 +77,7 @@ if (checkSession()) { | ||
| 77 | 77 | ||
| 78 | require_once("../../../webpageTemplate.inc"); | 78 | require_once("../../../webpageTemplate.inc"); |
| 79 | // display the browse results | 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 | $sToRender = "<html>\n"; | 82 | $sToRender = "<html>\n"; |
| 83 | $sToRender .= "<head>\n"; | 83 | $sToRender .= "<head>\n"; |