summaryrefslogtreecommitdiff
path: root/print_blog_post.php
diff options
context:
space:
mode:
Diffstat (limited to 'print_blog_post.php')
-rw-r--r--print_blog_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_blog_post.php b/print_blog_post.php
index 256a8a6..a6ff5e3 100644
--- a/print_blog_post.php
+++ b/print_blog_post.php
@@ -12,7 +12,7 @@
/**
* required setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
include_once( BLOGS_PKG_CLASS_PATH.'BitBlogPost.php' );