summaryrefslogtreecommitdiff
path: root/ajax_comments.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:05:37 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:05:37 -0500
commit872a3c506e840f18a8faa2894726e607fc671490 (patch)
tree5d149457e6a685e3d2e9b569d789df5a74e3ae49 /ajax_comments.php
parentd7b0c69c5e1a534fe67e19fb89af145b8f702c2d (diff)
downloadliberty-872a3c506e840f18a8faa2894726e607fc671490.tar.gz
liberty-872a3c506e840f18a8faa2894726e607fc671490.tar.bz2
liberty-872a3c506e840f18a8faa2894726e607fc671490.zip
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'ajax_comments.php')
-rw-r--r--ajax_comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax_comments.php b/ajax_comments.php
index fab7b61..f34c97f 100644
--- a/ajax_comments.php
+++ b/ajax_comments.php
@@ -8,7 +8,7 @@
/**
* required setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
$staticContent = new LibertyContent();
$gContent = LibertyBase::getLibertyObject( $_REQUEST['parent_id'], ( !empty( $_REQUEST['parent_guid'] ) ? $_REQUEST['parent_guid'] : NULL ));