summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3cf4274..09904f7 100644
--- a/index.php
+++ b/index.php
@@ -14,7 +14,7 @@ if( !@BitBase::verifyId( $_REQUEST['blog_id'] ) && $gBitSystem->isFeatureActive(
// if we have a blog_id, we display the correct blog - otherwise we simply display recent posts
if( @BitBase::verifyId( $_REQUEST['blog_id'] )) {
- include_once( BLOGS_PKG_PATH.'display_bitblog_inc.php' );
+ include_once( BLOGS_PKG_INCLUDE_PATH.'display_bitblog_inc.php' );
} else {
include_once( BLOGS_PKG_PATH.'recent_posts.php' );
}