diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-02-04 12:03:48 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-02-04 12:03:48 -0500 |
| commit | 1018a1b583d3ddf56a0a3ca1c2b6d03d84f1b75d (patch) | |
| tree | 482dbcf9ec171532ae95218af7de0dbed201cf48 /modules | |
| parent | 812d9c0a28c876a5c08f88b91fef39129550117f (diff) | |
| download | boards-1018a1b583d3ddf56a0a3ca1c2b6d03d84f1b75d.tar.gz boards-1018a1b583d3ddf56a0a3ca1c2b6d03d84f1b75d.tar.bz2 boards-1018a1b583d3ddf56a0a3ca1c2b6d03d84f1b75d.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_recent_posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_recent_posts.php b/modules/mod_recent_posts.php index d39a93d..b677497 100644 --- a/modules/mod_recent_posts.php +++ b/modules/mod_recent_posts.php @@ -14,7 +14,7 @@ * required setup */ -include_once( BOARDS_PKG_PATH.'BitBoardPost.php' ); +include_once( BOARDS_PKG_CLASS_PATH.'BitBoardPost.php' ); global $gBitSmarty, $gQueryUserId, $gBitSystem, $moduleParams; if( !empty( $moduleParams ) ) { |
