From f9ab17bfe6f11964b131732cd3efb973a44b8a07 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 23 Jul 2000 18:32:33 +0000 Subject: [PATCH] decoding filenames in download.php as well git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@626 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.php b/src/download.php index 5302bfb1..700396e0 100644 --- a/src/download.php +++ b/src/download.php @@ -65,7 +65,7 @@ $type0 = $header->type0; $type1 = $header->type1; - $filename = $header->filename; + $filename = decodeHeader($header->filename); if (strlen($filename) < 1) { # set some standard suffixes to the filenames if the filename isn't known -- 2.25.1