diff options
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ * Initialization */ require_once '../kernel/setup_inc.php'; -require_once( ARTICLES_PKG_PATH.'BitArticle.php' ); +require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' ); // Is package installed and enabled |
