diff options
Diffstat (limited to 'modules/mod_blog_roll.php')
| -rw-r--r-- | modules/mod_blog_roll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_blog_roll.php b/modules/mod_blog_roll.php index 691d38c..f508aa0 100644 --- a/modules/mod_blog_roll.php +++ b/modules/mod_blog_roll.php @@ -8,7 +8,7 @@ /** * required setup */ -include_once( BLOGS_PKG_PATH.'BitBlog.php' ); +include_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' ); global $gQueryUserId, $module_rows, $moduleParams; |
