diff options
Diffstat (limited to 'read.php')
| -rw-r--r-- | read.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |
