Closed (fixed)
Project:
Blazy
Version:
8.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2020 at 15:32 UTC
Updated:
15 May 2020 at 11:09 UTC
Jump to comment: Most recent
If for some reason, an image file is unavailable on the file server (e.g. if the file was deleted), BlazyOEmbed::getImageItem() will return an empty array and this will cause some "undefined index" notices in BlazyFilter::getImageItemFromImageSrc().
The attached patch fixes these notices.
| Comment | File | Size | Author |
|---|---|---|---|
| blazy-undefined_index.patch | 1.08 KB | prudloff |
Comments
Comment #2
prudloff commentedComment #4
gausarts commentedCommitted. Thank you for contribution.