mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 22:03:36 +03:00
Fix incorrect variable name
This commit is contained in:
parent
6f09bdc25f
commit
fb57c942e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue