From 3f11647370a4c000a0c971410830d3488712d48c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 8 Jul 2024 11:47:24 +0700 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 5f0ff60c..2f157e40 100644 --- a/library/attach_mod/displaying_torrent.php +++ b/library/attach_mod/displaying_torrent.php @@ -19,7 +19,7 @@ $peers_div_style_overflow = "padding: 6px; height: $peers_overflow_div_height; $s_last_seed_date_format = 'Y-m-d'; $upload_image = ''. $lang['DL_TORRENT'] .''; -$peers_cnt = $seed_count = 0; +$peers_cnt = $seed_count = $leech_count = 0; $seeders = $leechers = ''; $tor_info = array();