summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
Diffstat (limited to 'read.php')
-rw-r--r--read.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.php b/read.php
index 3992222..8458f78 100644
--- a/read.php
+++ b/read.php
@@ -10,7 +10,7 @@
*/
require_once '../kernel/setup_inc.php';
-require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
+require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
$gBitSystem->verifyPackage( 'articles' );