diff options
Diffstat (limited to 'admin/boardsync_inc.php')
| -rw-r--r-- | admin/boardsync_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/boardsync_inc.php b/admin/boardsync_inc.php index 8440df3..3dcc3d8 100644 --- a/admin/boardsync_inc.php +++ b/admin/boardsync_inc.php @@ -389,7 +389,7 @@ function board_sync_process_message( $pMbox, $pMsgNum, $pMsgHeader, $pMsgStructu } if( !empty( $newBitUser ) && $newBitUser->isValid() ){ // flip gBitUser to our message sender - $gBitUser = &$newBitUser; + $gBitUser = $newBitUser; } // Load the parent board |
