JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 98 forks source link

fix wmi and wmt filters #133

Closed petyagrill closed 5 years ago

petyagrill commented 5 years ago

These parameters can be blank or not specified. Therefore, it is not necessary to compare their types. If they are not specified, the filter will not work, as their values will be NULL and the default values will not be applied.