diff options
Diffstat (limited to 'modules/mod_last_blog_posts.php')
| -rw-r--r-- | modules/mod_last_blog_posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_last_blog_posts.php b/modules/mod_last_blog_posts.php index 5cd1b39..14c6e10 100644 --- a/modules/mod_last_blog_posts.php +++ b/modules/mod_last_blog_posts.php @@ -8,7 +8,7 @@ /** * required setup */ -include_once( BLOGS_PKG_PATH.'BitBlogPost.php' ); +include_once( BLOGS_PKG_CLASS_PATH.'BitBlogPost.php' ); // moduleParams contains lots of goodies: extract for easier handling extract( $moduleParams ); |
