ethercreative/seo

PHP warning implode(): Invalid arguments passed SeoFieldType.php(32) on edit/create entry

FrankZwiers opened this issue · 1 comments

This happens when you don't check any of the custom fields for the readability settings. Setting the default value for the setting to array() fixes it, but a better fix would probably be forcing the second parameter for implode to be an array.

Tam commented

This is fixed in dfda785 (v1.1.0)