silverstripe-event-calendar
silverstripe-event-calendar copied to clipboard
Fix falsy number check on calendar starting date
The current check fails when month is 0 (January) and incorrectly reverts to the current month, updated to use typeof rather than casting to boolean.