From 4dc5c4633e31677de0ff6176d6579a12a9fe4b20 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 8 Jul 2024 11:46:30 +0700 Subject: [PATCH] Revert "Updated" This reverts commit 6dad263bde6c01b444d9dfd0862b6132da3fa65e. --- CHANGELOG.md | 1 - library/attach_mod/displaying_torrent.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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();