summaryrefslogtreecommitdiff
path: root/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'list.php')
-rw-r--r--list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.php b/list.php
index 6e45e4f..9fb923c 100644
--- a/list.php
+++ b/list.php
@@ -10,7 +10,7 @@
*/
require_once '../kernel/setup_inc.php';
require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
-include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' );
+include_once( ARTICLES_PKG_INCLUDE_PATH.'article_filter_inc.php' );
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );