Commit 8b21d2ce4e4f0e231e3e067cd146ba2f2cd32bce
1 parent
3276f5b0
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,7 +18,7 @@ require_once("$default->fileSystemRoot/lib/visualpatterns/PatternTableSqlQuery.i | ||
| 18 | require_once("$default->fileSystemRoot/lib/visualpatterns/NavBar.inc"); | 18 | require_once("$default->fileSystemRoot/lib/visualpatterns/NavBar.inc"); |
| 19 | 19 | ||
| 20 | // create the navbar and north payload | 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 | if ($sectionName == "") | 24 | if ($sectionName == "") |