Commit 046b9c9249a4bdd8f63d8b4fdea2c9df765b17c7

Authored by michael
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
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";