ethercreative / seo

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

Fix incorrect classname #458

Open boudewijn-zicht opened 1 year ago

boudewijn-zicht commented 1 year ago

$type::className() returns a fully qualified name of the class, therefore, 'Entry' would never match.

This bug results in no criteria being set which results in ALL items in the database being part of the selection, making the sitemap extremely big.