Skip to content

Commit

Permalink
Merge pull request #10 from KuriousAgency/v1
Browse files Browse the repository at this point in the history
fieldtype bug fix
  • Loading branch information
mikestecker authored Nov 2, 2018
2 parents ba0c456 + ea02816 commit 868d2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/Video.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function getTableAttributeHtml(
*/
public function isValueEmpty($value, ElementInterface $element = null): bool
{
return parent::isValueEmpty($value);
return parent::isValueEmpty($value, $element);
}


Expand Down

0 comments on commit 868d2c1

Please sign in to comment.