newism / craft3-fields

Address, telephone, email, embed and gender fields for CraftCMS 3.x
Other
54 stars 16 forks source link

Fixed call to isValueEmpty parent call #41

Closed joshuabaker closed 5 years ago

joshuabaker commented 5 years ago

$element is missing in the parent call, which is resulting in errors when trying to save with an empty field.

Too few arguments to function craft\base\Field::isValueEmpty(), 1 passed in /project/vendor/newism/craft3-fields/src/fields/Embed.php on line 249 and exactly 2 expected