summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-02 18:38:39 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-02 18:38:39 -0500
commit593ed1baa971e80d03824c5091f640d67077d23f (patch)
treea48e56a97bae6d7b7b39cf49ad06bd6fa33e34af
parent507082a1cb1e65af2003f2b15437df33e2ac0d25 (diff)
downloadboards-593ed1baa971e80d03824c5091f640d67077d23f.tar.gz
boards-593ed1baa971e80d03824c5091f640d67077d23f.tar.bz2
boards-593ed1baa971e80d03824c5091f640d67077d23f.zip
fix INCLUDE and CLASS paths
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index ad81d2a..c43e8ac 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -81,7 +81,7 @@ if( $gBitSystem->isPackageActive( 'boards' ) && $gBitUser->hasPermission( 'p_boa
if( !empty($code) && !empty($boardSync) && !empty($approved) ) {
$boardSync = str_replace('@', '-request@', $boardSync);
$code = 'confirm '.$code;
- require_once(KERNEL_PKG_PATH.'BitMailer.php');
+uire_once(KERNEL_PKG_CLASS_PATH.'BitMailer.php');
$mailer = new BitMailer();
if( $pModerationInfo['last_status'] == MODERATION_DELETE ) {