summaryrefslogtreecommitdiff
path: root/article_history.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-01 13:19:04 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-01 13:19:04 -0500
commitcbc7f033fa1c1f186e887ce47a961375a4f8ca1e (patch)
tree4efbd2fa802ef541370ac0d74858441192aeaf33 /article_history.php
parentd4245cf34238651275c1a74a45ec40955ebcf9b9 (diff)
downloadarticles-cbc7f033fa1c1f186e887ce47a961375a4f8ca1e.tar.gz
articles-cbc7f033fa1c1f186e887ce47a961375a4f8ca1e.tar.bz2
articles-cbc7f033fa1c1f186e887ce47a961375a4f8ca1e.zip
move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'article_history.php')
-rw-r--r--article_history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/article_history.php b/article_history.php
index 8e236d3..3b28e24 100644
--- a/article_history.php
+++ b/article_history.php
@@ -17,7 +17,7 @@
* required setup
*/
require_once '../kernel/setup_inc.php';
-require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
+require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
$gBitSystem->verifyPackage( 'articles' );
$gBitSystem->verifyPermission( 'p_articles_read' );