summaryrefslogtreecommitdiff
path: root/fisheye_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'fisheye_rss.php')
-rw-r--r--fisheye_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fisheye_rss.php b/fisheye_rss.php
index 68dbb8d..53d251c 100644
--- a/fisheye_rss.php
+++ b/fisheye_rss.php
@@ -15,7 +15,7 @@ $gBitSystem->verifyPackage( 'rss' );
$gBitSystem->verifyFeature( 'fisheye_rss' );
require_once( FISHEYE_PKG_PATH."FisheyeImage.php" );
-require_once( RSS_PKG_PATH."rss_inc.php" );
+require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' );
$rss->title = $gBitSystem->getConfig( 'fisheye_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Image Galleries' ) );
$rss->description = $gBitSystem->getConfig( 'fisheye_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'RSS Feed' ) );