diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 11:28:58 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 11:28:58 -0500 |
| commit | b01aa01c0a9a00cb5866e8693f36a02a9203d2af (patch) | |
| tree | f87a9dbe606e5cd6166455f71bd4a79007070da7 /templates | |
| parent | 46f16280083e21264d6499899f447999a95a534e (diff) | |
| download | wiki-b01aa01c0a9a00cb5866e8693f36a02a9203d2af.tar.gz wiki-b01aa01c0a9a00cb5866e8693f36a02a9203d2af.tar.bz2 wiki-b01aa01c0a9a00cb5866e8693f36a02a9203d2af.zip | |
update requires for move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'templates')
| -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'] ) ) { |
