diff options
Diffstat (limited to 'includes/display_bitpage_inc.php')
| -rw-r--r-- | includes/display_bitpage_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/display_bitpage_inc.php b/includes/display_bitpage_inc.php index 57beec0..9c29c7e 100644 --- a/includes/display_bitpage_inc.php +++ b/includes/display_bitpage_inc.php @@ -147,7 +147,7 @@ if( $gBitSystem->isFeatureActive( 'users_watches' ) ) { } if( $gContent->isValid() && $gBitSystem->isPackageActive( 'stickies' ) ) { - require_once( STICKIES_PKG_PATH.'BitSticky.php' ); + require_once( STICKIES_PKG_CLASS_PATH.'BitSticky.php' ); global $gNote; $gNote = new BitSticky( NULL, NULL, $gContent->mContentId ); $gNote->load(); |
