From 73ed6f89da50f14e362e17e78ebbf24e6f1dda92 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 6 May 2025 12:28:12 +0300 Subject: [PATCH] Update announce.php --- bt/announce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt/announce.php b/bt/announce.php index 8c9357cc6..438102009 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.* + SELECT tor.topic_id, tor.poster_id, tor.tor_type, tor.tor_status, tor.info_hash, tor.info_hash_v2, bt.*, u.user_level 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