summaryrefslogtreecommitdiff
path: root/includes/classes/BitPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/BitPage.php')
-rw-r--r--includes/classes/BitPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/BitPage.php b/includes/classes/BitPage.php
index 9b2b03a..92c0776 100644
--- a/includes/classes/BitPage.php
+++ b/includes/classes/BitPage.php
@@ -239,7 +239,7 @@ class BitPage extends LibertyMime implements BitCacheable {
if( isset( $mailEvents ) ) {
global $notificationlib, $gBitUser, $gBitSystem, $gBitSmarty;
- include_once( KERNEL_PKG_PATH.'notification_lib.php' );
+ include_once( KERNEL_PKG_INCLUDE_PATH.'notification_lib.php' );
$notificationlib->post_content_event($this->mContentId, $this->mInfo['content_type_guid'], 'wiki', $this->mInfo['title'], $this->mInfo['modifier_user'], $this->mInfo['edit_comment'], $this->mInfo['data']);
if( $gBitSystem->isFeatureActive( 'users_watches') ) {