diff options
Diffstat (limited to 'modules/mod_top_visited_blogs.php')
| -rw-r--r-- | modules/mod_top_visited_blogs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_top_visited_blogs.php b/modules/mod_top_visited_blogs.php index b2032b8..88ed8c2 100644 --- a/modules/mod_top_visited_blogs.php +++ b/modules/mod_top_visited_blogs.php @@ -8,7 +8,7 @@ /** * required setup */ -include_once( BLOGS_PKG_PATH.'BitBlog.php' ); +include_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' ); global $gBitThemes; |
