yohang / CalendR

The missing PHP 5.3+ calendar management library.
http:/yohan.giarel.li/CalendR
MIT License
465 stars 65 forks source link

Basic event provider causes an error if empty and getEvents() called #22

Closed bonndan closed 11 years ago

bonndan commented 11 years ago

PROBLEM

foreach tries to iterate over null.

FIX:

protected $events could be initialised as array()

yohang commented 11 years ago

Thanks for the report. Fixed.