humanmade / asset-manager-framework

A framework for overriding the WordPress media library with an external asset provider, such as a DAM
GNU General Public License v2.0
155 stars 7 forks source link

Ensure sizes array element exists #41

Closed tfrommen closed 3 years ago

tfrommen commented 3 years ago

In situations where there are no sizes defined in the metadata, PHP throws a fatal error when trying to access them without checking first.

This PR ensures sizes exists and defaults to an empty array in case it doesn't.

tfrommen commented 3 years ago

@roborourke there is none where it breaks: https://github.com/humanmade/asset-manager-framework/pull/41/files#diff-a0f318343a79085d556c9f6050c1261041075f5129f00e908fce122d89e02febR392