summaryrefslogtreecommitdiff
path: root/ajax_comments.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
commit171655b0cc004f7b146771b7566aa2eac0ab1f6d (patch)
tree23b4e88354fbe64eeec6afaee1425008804384aa /ajax_comments.php
parenta8781a300ab16b5175ac022bf368d40f3846ff1c (diff)
downloadliberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.gz
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.bz2
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'ajax_comments.php')
-rw-r--r--ajax_comments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajax_comments.php b/ajax_comments.php
index 570c168..33bfed7 100644
--- a/ajax_comments.php
+++ b/ajax_comments.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/ajax_comments.php,v 1.9 2009/01/11 08:40:00 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/ajax_comments.php,v 1.10 2010/02/08 21:27:23 wjames5 Exp $
* @package liberty
* @subpackage functions
*/
@@ -8,7 +8,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
$staticContent = new LibertyContent();
$gContent = $staticContent->getLibertyObject( $_REQUEST['parent_id'], ( !empty( $_REQUEST['parent_guid'] ) ? $_REQUEST['parent_guid'] : NULL ));