From c5a1ee95ff51f983eac22ebdc0f1230f9a5dc557 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 16 Dec 2023 13:23:19 +0700 Subject: [PATCH] Update dl.php --- dl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl.php b/dl.php index 764c9573..843f1a81 100644 --- a/dl.php +++ b/dl.php @@ -107,7 +107,7 @@ if (!($attachment = DB()->sql_fetchrow($result))) $attachment['physical_filename'] = basename($attachment['physical_filename']); -// Re-define download mode for thumbnails +// Re-define $attachment['physical_filename'] for thumbnails if ($thumbnail) { $attachment['physical_filename'] = THUMB_DIR . '/t_' . $attachment['physical_filename'];