spacedmonkey / super-simple-events

Super Simple Events WordPress Plugin
http://wordpress.org/plugins/super-simple-events/
GNU General Public License v2.0
6 stars 4 forks source link

Upcoming events not shown in widget #8

Open stereonom opened 9 years ago

stereonom commented 9 years ago

Hi. When my event is tomorrow at 19:00 it isn't shown in the widget. Even events that start this evening aren't shown.

We replace strtotime( '+1 days',current_time( 'timestamp'))) with -1 days in /widget/class-super-simple-events-widget.php to fix it.

It's not a clean solution, but fixed it for us until there is a better fix.

espellcaste commented 9 years ago

I would say the change was correct. According to the documentarion, http://php.net/manual/en/function.strtotime.php, it wound't show the event before one day.