summaryrefslogtreecommitdiff
path: root/admin/admin_blogs_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_blogs_inc.php')
-rw-r--r--admin/admin_blogs_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_blogs_inc.php b/admin/admin_blogs_inc.php
index 434816f..0a5f0dc 100644
--- a/admin/admin_blogs_inc.php
+++ b/admin/admin_blogs_inc.php
@@ -2,7 +2,7 @@
// $Header$
// get a list of blogs for the selection of the home blog
-require_once( BLOGS_PKG_PATH.'BitBlog.php' );
+require_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' );
$blog = new BitBlog();
$listHash['sort_mode'] = 'created_desc';
$blogList = $blog->getList( $listHash );