From 61def2bf687277ba84158918bee7ab24b0684897 Mon Sep 17 00:00:00 2001 From: Git Date: Fri, 19 Feb 2016 08:00:30 +0000 Subject: [PATCH] Empty commit --- sections/torrents/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/torrents/download.php b/sections/torrents/download.php index 3b24b445..624c8d4e 100644 --- a/sections/torrents/download.php +++ b/sections/torrents/download.php @@ -184,7 +184,7 @@ Torrents::set_snatch_update_time($UserID, Torrents::SNATCHED_UPDATE_AFTERDL); list($Contents) = $DB->next_record(MYSQLI_NUM, false); -$FileName = TorrentsDL::construct_file_name($Info['PlainArtists'], $Name, $Year, $Media, $Format, $Encoding, false, $DownloadAlt); +$FileName = TorrentsDL::construct_file_name($Info['PlainArtists'], $Name, $Year, $Media, $Format, $Encoding, $TorrentID, $DownloadAlt); if ($DownloadAlt) { header('Content-Type: text/plain; charset=utf-8');