diff options
| -rw-r--r-- | FeedStatus.php | 2 |
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'); |
