summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:47 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:47 -0500
commit42bcb3f4e70eab4a686324c757fce8329b5e7aa5 (patch)
treed377eb67cdf926895428f380fc5cece49f9b299e
parentcf88d319c759297be82867c2aab6132dc47158ef (diff)
downloadfeed-42bcb3f4e70eab4a686324c757fce8329b5e7aa5.tar.gz
feed-42bcb3f4e70eab4a686324c757fce8329b5e7aa5.tar.bz2
feed-42bcb3f4e70eab4a686324c757fce8329b5e7aa5.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
-rw-r--r--FeedStatus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/FeedStatus.php b/FeedStatus.php
index e291504..8edf1be 100644
--- a/FeedStatus.php
+++ b/FeedStatus.php
@@ -11,7 +11,7 @@
/**
* required setup
*/
-require_once( LIBERTY_PKG_PATH.'LibertyComment.php' );
+require_once( LIBERTY_PKG_CLASS_PATH.'LibertyComment.php' );
define( 'FEEDSTATUS_CONTENT_TYPE_GUID','feedstatus');