From 45d1bbde92625911db39ca080925b7902a02c350 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 4 May 2025 11:11:32 +0300 Subject: [PATCH] Update displaying_torrent.php --- library/attach_mod/displaying_torrent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/attach_mod/displaying_torrent.php b/library/attach_mod/displaying_torrent.php index 4c546ec9b..550611ff9 100644 --- a/library/attach_mod/displaying_torrent.php +++ b/library/attach_mod/displaying_torrent.php @@ -464,7 +464,7 @@ if ($tor_reged && $tor_info) { $peerCountry = $lang['UNKNOWN']; if (IS_AM || $peer['user_id'] == $userdata['user_id'] || !bf($peer['user_opt'], 'user_opt', 'user_hide_peer_country')) { - if ($port !== false && ($ip !== false && $ip !== '')) { + if ($port !== false && $ip !== false) { if ($infoByIP = infoByIP($ip, $port)) { $peerCountry = render_flag($infoByIP['countryCode']); }