solspace / craft-calendar

Calendar for Craft: The most reliable and powerful event management plugin for Craft.
http://docs.solspace.com/craft/calendar/v5
Other
15 stars 16 forks source link

fix: extra check before running main body of listener method #299

Closed qrazi closed 4 months ago

qrazi commented 4 months ago

Extra check prevents the method from running during installation of Craft CMS. This is necessary because during installation the plugin specific custom tables don't exist yet, and thus the listener throws an error.

Refers to issue #297