summaryrefslogtreecommitdiff
path: root/templates/center_list_articles.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/center_list_articles.php')
-rw-r--r--templates/center_list_articles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_list_articles.php b/templates/center_list_articles.php
index cb68b87..a7ecd8e 100644
--- a/templates/center_list_articles.php
+++ b/templates/center_list_articles.php
@@ -5,7 +5,7 @@ if ( !empty( $moduleParams ) ) {
extract( $moduleParams );
}
-include_once( ARTICLES_PKG_PATH.'BitArticle.php' );
+include_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
include_once( ARTICLES_PKG_PATH."lookup_article_inc.php" );
include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' );