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 /rankings.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 'rankings.php')
| -rw-r--r-- | rankings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rankings.php b/rankings.php index 3a2929f..d52cafa 100644 --- a/rankings.php +++ b/rankings.php @@ -10,8 +10,8 @@ */ require_once '../kernel/setup_inc.php'; -include_once( LIBERTY_PKG_PATH . 'LibertyContent.php' ); -include_once( ARTICLES_PKG_PATH . 'BitArticle.php' ); +include_once( LIBERTY_PKG_CLASS_PATH.'LibertyContent.php' ); +include_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); $gBitSystem->isPackageActive( 'articles' ); $gBitSystem->isFeatureActive( 'articles_rankings' ); |
