diff --git a/bt/announce.php b/bt/announce.php index 438102009..8c9357cc6 100644 --- a/bt/announce.php +++ b/bt/announce.php @@ -248,7 +248,7 @@ if ($lp_info) { $passkey_sql = DB()->escape($passkey); $sql = " - SELECT tor.topic_id, tor.poster_id, tor.tor_type, tor.tor_status, tor.info_hash, tor.info_hash_v2, bt.*, u.user_level + SELECT tor.topic_id, tor.poster_id, tor.tor_type, tor.tor_status, tor.info_hash, tor.info_hash_v2, bt.*, u.* FROM " . BB_BT_TORRENTS . " tor LEFT JOIN " . BB_BT_USERS . " bt ON bt.auth_key = '$passkey_sql' LEFT JOIN " . BB_USERS . " u ON u.user_id = bt.user_id