Handle exception on "head" / missing class variable added

This commit is contained in:
Michael 2023-04-11 02:11:39 +00:00
parent a74bb57298
commit d1af85b27f
4 changed files with 19 additions and 5 deletions

View file

@ -34,6 +34,7 @@ class OEmbed
public $type = '';
public $title = '';
public $description = '';
public $author_name = '';
public $author_url = '';
public $provider_name = '';