anand-patel / oc-seo-extension

SEO Extension for October CMS Pages
12 stars 29 forks source link

Path naming in settings model field.yaml #1

Closed tiipiik closed 10 years ago

tiipiik commented 10 years ago

Hi,

This is a really great plugin, thank you !

I've thing a small issue that was raising an exception (curiously only on distant server, localy all was fine). In SeoExtension\Models\Settings\fields.yaml you make path to plugin class like this :

      path: @/Plugins/AnandPatel/SeoExtension/models/Settings/_other_tags_hint.htm

instead of :

      path: @/plugins/anandpatel/seoextension/models/settings/_other_tags_hint.htm

Of course it's the same for :

      path: @/Plugins/AnandPatel/SeoExtension/models/Settings/_og_tags_description.htm

which should be :

      path: @/plugins/anandpatel/seoextension/models/settings/_og_tags_description.htm

Don't know if someone else has had this problem but this will fix paths on both local and distant servers for me.

anand-patel commented 10 years ago

Thanks for pointing this issue, fixed in latest update.

tiipiik commented 10 years ago

You're welcome ;)