summaryrefslogtreecommitdiff
path: root/send_post.php
diff options
context:
space:
mode:
Diffstat (limited to 'send_post.php')
-rw-r--r--send_post.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/send_post.php b/send_post.php
index 2abd390..705e15b 100644
--- a/send_post.php
+++ b/send_post.php
@@ -18,7 +18,7 @@ $_REQUEST['uri_mode'] = TRUE;
*/
require_once( '../kernel/setup_inc.php' );
-include_once( BLOGS_PKG_PATH.'BitBlogPost.php' );
+include_once( BLOGS_PKG_CLASS_PATH.'BitBlogPost.php' );
$gBitSystem->verifyPermission( 'p_blogs_send_post' );
@@ -26,7 +26,7 @@ if (!isset($_REQUEST["post_id"])) {
$gBitSystem->fatalError( tra( 'No post indicated' ));
}
-include_once( BLOGS_PKG_PATH.'lookup_post_inc.php' );
+include_once( BLOGS_PKG_INCLUDE_PATH.'lookup_post_inc.php' );
// make sure this user can see the post to avoid emailing post to self to circumvent the perm
$gContent->verifyViewPermission();