summaryrefslogtreecommitdiff
path: root/articles_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'articles_rss.php')
-rw-r--r--articles_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles_rss.php b/articles_rss.php
index 23dc9e3..e1f8b3c 100644
--- a/articles_rss.php
+++ b/articles_rss.php
@@ -10,7 +10,7 @@
*/
// ensure that we use absolute URLs everywhere
$_REQUEST['uri_mode'] = TRUE;
-require_once '../kernel/setup_inc.php';
+require_once '../kernel/includes/setup_inc.php';
$gBitSystem->verifyPackage( 'articles' );
$gBitSystem->verifyPackage( 'rss' );