diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 13:19:04 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 13:19:04 -0500 |
| commit | cbc7f033fa1c1f186e887ce47a961375a4f8ca1e (patch) | |
| tree | 4efbd2fa802ef541370ac0d74858441192aeaf33 /modules | |
| parent | d4245cf34238651275c1a74a45ec40955ebcf9b9 (diff) | |
| download | articles-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 'modules')
| -rw-r--r-- | modules/mod_articles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_articles.php b/modules/mod_articles.php index b3120e7..21123c4 100644 --- a/modules/mod_articles.php +++ b/modules/mod_articles.php @@ -8,7 +8,7 @@ /** * Initialization */ -include_once( ARTICLES_PKG_PATH.'BitArticle.php' ); +include_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); extract( $moduleParams ); |
