summaryrefslogtreecommitdiff
path: root/crosspost.php
diff options
context:
space:
mode:
Diffstat (limited to 'crosspost.php')
-rw-r--r--crosspost.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosspost.php b/crosspost.php
index 5ef2186..f8d9235 100644
--- a/crosspost.php
+++ b/crosspost.php
@@ -17,8 +17,8 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'blogs' );
$gBitSystem->verifyPermission( 'p_blogs_admin' );
-require_once( BLOGS_PKG_PATH.'lookup_post_inc.php' );
-require_once( BLOGS_PKG_PATH.'BitBlog.php');
+require_once( BLOGS_PKG_INCLUDE_PATH.'lookup_post_inc.php' );
+require_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php');
$gBlog = new BitBlog();
$gBitUser->verifyTicket();