ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
267 stars 95 forks source link

fix: change property exists check in order to set the correct typeId / check if seoField exists in the layout to prevent null pointer exception #482

Open Anubarak opened 2 months ago

Anubarak commented 2 months ago

property_exists will return false for typeId param because it's a function now. $element->typeId(x) instead of $element->typeId = x

check if seoField exists in the fieldLayout

Fixes #262