summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-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 ca80a79..ad81d2a 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -74,7 +74,7 @@ if( $gBitSystem->isPackageActive( 'boards' ) && $gBitUser->hasPermission( 'p_boa
$approved = $board->getPreference('boards_mailing_list_password');
// Possible race. Did we beat the cron?
if( empty($code) ) {
- require_once(BOARDS_PKG_PATH.'admin/boardsync_inc.php');
+ require_once(BOARDS_PKG_INCLUDE_PATH.'admin/boardsync_inc.php');
// Try to pick up the message!
board_sync_run(TRUE);
}