From fb57c942e2ede5514930a50b9223b2f3f547a396 Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Sun, 29 Jun 2014 21:34:09 +0100 Subject: [PATCH] Fix incorrect variable name --- 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 50abf49..1353571 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($handle, 'convert.quoted-printable', STREAM_FILTER_WRITE); + $streamFilter = stream_filter_append($filePointer, 'convert.quoted-printable', STREAM_FILTER_WRITE); break; default: