Fix incorrect variable name

This commit is contained in:
Stephen Lang 2014-06-29 21:34:09 +01:00
parent 6f09bdc25f
commit fb57c942e2

View File

@ -211,7 +211,7 @@ class Attachment
case 4: case 4:
case 'quoted-printable': 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; break;
default: default: