summaryrefslogtreecommitdiff
path: root/articles_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'articles_rss.php')
-rw-r--r--articles_rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/articles_rss.php b/articles_rss.php
index ae3237d..23dc9e3 100644
--- a/articles_rss.php
+++ b/articles_rss.php
@@ -16,8 +16,8 @@ $gBitSystem->verifyPackage( 'articles' );
$gBitSystem->verifyPackage( 'rss' );
$gBitSystem->verifyFeature( 'articles_rss' );
-require_once( ARTICLES_PKG_PATH."BitArticle.php" );
-require_once( RSS_PKG_PATH."rss_inc.php" );
+require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
+require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' );
$rss->title = $gBitSystem->getConfig( 'articles_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Articles' ) );
$rss->description = $gBitSystem->getConfig( 'articles_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'RSS Feed' ) );