Forums
(@fankohr)
10 years, 2 months ago
Go in the .php file who return the error ( wp-content/plugins/event-calendar-wd/includes/ecwd-display-class.php ) At line 977 replace : if ($events) { with if ($this->events) {
everything should work after this modification ^^