diff options
Diffstat (limited to 'print_blog_post.php')
| -rw-r--r-- | print_blog_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print_blog_post.php b/print_blog_post.php index c970db0..256a8a6 100644 --- a/print_blog_post.php +++ b/print_blog_post.php @@ -60,7 +60,7 @@ $gBitSystem->verifyPermission( 'p_blogs_view' ); if ($gBitSystem->isFeatureActive( 'blog_posts_comments' )) { $comments_return_url = $_SERVER['SCRIPT_NAME']."?post_id=".$gContent->getField( 'post_id' ); $commentsParentId = $gContent->mContentId; - include_once ( LIBERTY_PKG_PATH.'comments_inc.php' ); + include_once ( LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php' ); } |
