From b0c372ee6d11d1c81d941f1051c25f5790ec5ff9 Mon Sep 17 00:00:00 2001 From: Bernhard Breytenbach Date: Fri, 15 Aug 2014 14:16:34 +0200 Subject: [PATCH] Fix typo in stream filter --- src/Fetch/Attachment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fetch/Attachment.php b/src/Fetch/Attachment.php index 1353571..3be2ffd 100644 --- a/src/Fetch/Attachment.php +++ b/src/Fetch/Attachment.php @@ -211,7 +211,7 @@ class Attachment case 4: case 'quoted-printable': - $streamFilter = stream_filter_append($filePointer, 'convert.quoted-printable', STREAM_FILTER_WRITE); + $streamFilter = stream_filter_append($filePointer, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE); break; default: