mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 04:26:02 +03:00
Merge pull request #71 from skl/stream-save
Fix incorrect variable name
This commit is contained in:
commit
8647977f38
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user