summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index dff3e67..89daec0 100644
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@ require_once '../kernel/setup_inc.php';
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );
-require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
+require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
// Now check permissions to access this page
$gBitSystem->verifyPermission( 'p_articles_read' );