From 42bcb3f4e70eab4a686324c757fce8329b5e7aa5 Mon Sep 17 00:00:00 2001 From: modela bitweaver Date: Tue, 2 Feb 2021 01:12:47 -0500 Subject: move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants --- FeedStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.3