Fix typo in stream filter

This commit is contained in:
Bernhard Breytenbach 2014-08-15 14:16:34 +02:00
parent 766db0ad3a
commit b0c372ee6d

View File

@ -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: