diff options
Diffstat (limited to 'templates/center_wiki_page.php')
| -rw-r--r-- | templates/center_wiki_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_wiki_page.php b/templates/center_wiki_page.php index 45460bf..74a661f 100644 --- a/templates/center_wiki_page.php +++ b/templates/center_wiki_page.php @@ -6,7 +6,7 @@ $lookupHash['page_id'] = ( !empty( $moduleParams['module_params']['page_id'] $lookupHash['content_id'] = ( !empty( $moduleParams['module_params']['content_id'] ) ? $moduleParams['module_params']['content_id'] : NULL ); $lookupHash['page'] = ( !empty( $moduleParams['module_params']['page'] ) ? $moduleParams['module_params']['page'] : NULL ); -require_once( WIKI_PKG_PATH."BitPage.php" ); +require_once( WIKI_PKG_CLASS_PATH.'BitPage.php' ); $modulePage = BitPage::lookupObject( $lookupHash ); $showTitle = TRUE; if( !empty( $moduleParams['module_params']['notitle'] ) ) { |
