summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_wiki_last_comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_wiki_last_comments.php b/modules/mod_wiki_last_comments.php
index 4f8e544..b3d8fae 100644
--- a/modules/mod_wiki_last_comments.php
+++ b/modules/mod_wiki_last_comments.php
@@ -18,7 +18,7 @@ global $gQueryUserId, $moduleParams;
* required setup
*/
if( $gBitUser->hasPermission( 'p_wiki_view_page' ) ) {
- require_once( LIBERTY_PKG_PATH.'LibertyComment.php' );
+ require_once( LIBERTY_PKG_CLASS_PATH.'LibertyComment.php' );
$cmt = new LibertyComment();
$listHash = array( 'max_records' => $moduleParams['module_rows'], 'user_id' => $gQueryUserId, 'content_type_guid' => BITPAGE_CONTENT_TYPE_GUID );
$lastComments = $cmt->getList( $listHash );