Hey.
When using "unmanaged" as file management saving the external image fails because $result does not have a data property.
Correct would be $result->getBody().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_undefined_property-2708445-2.patch | 697 bytes | stborchert |
Comments
Comment #2
stborchertPatch simply uses
$result->getBody()so the correct data is fetched.Comment #3
BarisW commentedLooks great, thanks for the patch.
Comment #5
BarisW commented