diff options
Diffstat (limited to 'modules/mod_recent_posts.php')
| -rw-r--r-- | modules/mod_recent_posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_recent_posts.php b/modules/mod_recent_posts.php index d39a93d..b677497 100644 --- a/modules/mod_recent_posts.php +++ b/modules/mod_recent_posts.php @@ -14,7 +14,7 @@ * required setup */ -include_once( BOARDS_PKG_PATH.'BitBoardPost.php' ); +include_once( BOARDS_PKG_CLASS_PATH.'BitBoardPost.php' ); global $gBitSmarty, $gQueryUserId, $gBitSystem, $moduleParams; if( !empty( $moduleParams ) ) { |
