summaryrefslogtreecommitdiff
path: root/print_blog_post.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:19 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:19 -0500
commit455d3cbf96fe18f193fe155d0223939839bbaf2b (patch)
tree4b9b7ef82d7e77c625224df26367e93e58600fea /print_blog_post.php
parent8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5 (diff)
downloadblogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.tar.gz
blogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.tar.bz2
blogs-455d3cbf96fe18f193fe155d0223939839bbaf2b.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
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 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' );
}