Commit 7f217219e3fdd2c5597942b2881c0bee2ed3b12f
1 parent
c0c5ab48
Fixed spelling mistake
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1332 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/webpageTemplate.inc
| ... | ... | @@ -18,7 +18,7 @@ require_once("$default->fileSystemRoot/lib/visualpatterns/PatternTableSqlQuery.i |
| 18 | 18 | require_once("$default->fileSystemRoot/lib/visualpatterns/NavBar.inc"); |
| 19 | 19 | |
| 20 | 20 | // create the navbar and north payload |
| 21 | -$navbar = new NavBar($fBrowseType, $fFolderID, $fDocumentID, $fCategoryName, $fDocTypeID); | |
| 21 | +$navbar = & new NavBar($fBrowseType, $fFolderID, $fDocumentID, $fCategoryName, $fDocumentTypeID); | |
| 22 | 22 | |
| 23 | 23 | |
| 24 | 24 | if ($sectionName == "") | ... | ... |