Typo in minical_draw_events()
-
I’ve been testing calendar plugins recently and while trying out spiffy calendar I ran across what looks like a typo that causes an exception to be thrown. It is a quick fix though…
in spiffy-calendar.php on line 2297:
$event->event_end_ == '00:00:00'
should probably be:
$event->event_end_time == '00:00:00'
https://www.ads-software.com/extend/plugins/spiffy-calendar/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Typo in minical_draw_events()’ is closed to new replies.