diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:09 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:09 -0500 |
| commit | 4abf677ae556f0cf7e08d377df1e0ffb9041267a (patch) | |
| tree | 92023c1799a04fe82398beb9436d4e67f7688658 /ajax_comments.php | |
| parent | 8ad7ef38d30923bb0b8cb5bce381dc4ce87052a4 (diff) | |
| download | liberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.tar.gz liberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.tar.bz2 liberty-4abf677ae556f0cf7e08d377df1e0ffb9041267a.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'ajax_comments.php')
| -rw-r--r-- | ajax_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax_comments.php b/ajax_comments.php index 08ab685..fab7b61 100644 --- a/ajax_comments.php +++ b/ajax_comments.php @@ -29,7 +29,7 @@ if( !$gContent->hasUserPermission( 'p_liberty_post_comments', TRUE, TRUE)) { $commentsParentId = $_REQUEST['parent_id']; $comments_return_url = $_REQUEST['comments_return_url']; - include_once( LIBERTY_PKG_PATH.'comments_inc.php' ); + include_once( LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php' ); if( isset( $_REQUEST['post_comment_submit'] )) { if ($storeComment->loadComment()){ |
