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().

CommentFileSizeAuthor
#2 fix_undefined_property-2708445-2.patch697 bytesstborchert

Comments

stBorchert created an issue. See original summary.

stborchert’s picture

Status: Active » Needs review
StatusFileSize
new697 bytes

Patch simply uses $result->getBody() so the correct data is fetched.

BarisW’s picture

Status: Needs review » Reviewed & tested by the community

Looks great, thanks for the patch.

  • BarisW committed f4ae6d5 on 8.x-1.x authored by stBorchert
    Issue #2708445 by stBorchert, BarisW: Undefined property: GuzzleHttp\...
BarisW’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.