summaryrefslogtreecommitdiff
path: root/articles_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'articles_rss.php')
-rwxr-xr-x[-rw-r--r--]articles_rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/articles_rss.php b/articles_rss.php
index e1f8b3c..611438c 100644..100755
--- a/articles_rss.php
+++ b/articles_rss.php
@@ -16,7 +16,8 @@ $gBitSystem->verifyPackage( 'articles' );
$gBitSystem->verifyPackage( 'rss' );
$gBitSystem->verifyFeature( 'articles_rss' );
-require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
+use Bitweaver\Articles\BitArticle;
+
require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' );
$rss->title = $gBitSystem->getConfig( 'articles_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Articles' ) );