diff options
Diffstat (limited to 'send_post.php')
| -rw-r--r-- | send_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/send_post.php b/send_post.php index 705e15b..f6e8fd2 100644 --- a/send_post.php +++ b/send_post.php @@ -57,7 +57,7 @@ if ($gBitSystem->isFeatureActive( 'blog_posts_comments' )) { $commentsParentId = $gContent->mContentId; $comments_prefix_var = 'post:'; $comments_object_var = 'post_id'; - include_once ( LIBERTY_PKG_PATH.'comments_inc.php' ); + include_once ( LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php' ); } if (!isset($_REQUEST['addresses'])) { |
