From 593ed1baa971e80d03824c5091f640d67077d23f Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 2 Feb 2021 18:38:39 -0500 Subject: fix INCLUDE and CLASS paths --- bit_setup_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- cgit v1.3