WithCandour / statamic-aardvark-seo

Candour's SEO addon for Statamic
https://statamic.com/marketplace/addons/aardvark-seo
11 stars 18 forks source link

clearIndexCache too few arguments #44

Closed jsblair9 closed 4 years ago

jsblair9 commented 4 years ago

When SitemapController::clearCacheByHandle() calls self::clearIndexCache() I'm getting an error that it requires 1 param but 0 passed.

I temporarily just added a null fallback clearIndexCache($locale = null) to resolve for now, but figured I'd make yall aware if anyone else hits the issue!

Running php 7.3.14 locally using valet and on the latest version of the addon.

AndrewHaine commented 4 years ago

Hey @jsblair9 ,

Thanks for spotting, just released 1.2.9 which fixes this :)