diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:10:32 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:10:32 -0500 |
| commit | 7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (patch) | |
| tree | 82be820e79872e33b7a06bb90032564a894fafb5 /list_topics.php | |
| parent | bc123ce74635945fd967a862bcf4cf77451e86fd (diff) | |
| download | articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.tar.gz articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.tar.bz2 articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'list_topics.php')
| -rw-r--r-- | list_topics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list_topics.php b/list_topics.php index 6865040..d2175e2 100644 --- a/list_topics.php +++ b/list_topics.php @@ -11,7 +11,7 @@ require_once '../kernel/setup_inc.php'; include_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); -include_once( ARTICLES_PKG_PATH.'lookup_article_topic_inc.php' ); +include_once( ARTICLES_PKG_INCLUDE_PATH.'lookup_article_topic_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'articles' ); |
