diff --git a/CHANGELOG.md b/CHANGELOG.md index 006ad8c6..29cf2263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ - Release v2.1.5-2024.0X 🎉 - Admin panel -> Ranks: Added support for images in URLs -- Fixed some errors while cron running - Fixed broken "Disable Board" function ## [v2.1.5-2024.07 [Final v5]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.06) (2024-06-27) diff --git a/library/attach_mod/displaying_torrent.php b/library/attach_mod/displaying_torrent.php index 2f157e40..5f0ff60c 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 = $leech_count = 0; +$peers_cnt = $seed_count = 0; $seeders = $leechers = ''; $tor_info = array();