silverstripe-event-calendar icon indicating copy to clipboard operation
silverstripe-event-calendar copied to clipboard

Fix falsy number check on calendar starting date

Open OldStarchy opened this issue 7 years ago • 0 comments

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.

OldStarchy avatar Nov 15 '17 02:11 OldStarchy