diff options
Diffstat (limited to 'LibertyTag.php')
| -rw-r--r-- | LibertyTag.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyTag.php b/LibertyTag.php index 2919d6a..d02bcad 100644 --- a/LibertyTag.php +++ b/LibertyTag.php @@ -11,7 +11,7 @@ /** * required setup */ -require_once( KERNEL_PKG_PATH.'BitBase.php' ); +require_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' ); /** * @package tags @@ -561,7 +561,7 @@ class LibertyTag extends LibertyBase { $gBitSmarty->assign( 'user_id', @BitBase::verifyId( $pParamHash['user_id'] ) ? $pParamHash['user_id'] : NULL ); // now that we have all the offsets, we can get the content list - include_once( LIBERTY_PKG_PATH.'get_content_list_inc.php' ); + include_once( LIBERTY_PKG_INCLUDE_PATH.'get_content_list_inc.php' ); $gBitSmarty->assign( 'contentSelect', $contentSelect ); $gBitSmarty->assign( 'contentTypes', $contentTypes ); |
