Small php warning fix for empty month in grid view
-
If there are no events in the current month, I get PHP warning that array_combine() requires variable that is not empty. It’s just a warning, but a quick fix is to put in line 318 of /google-calendar-events/includes/calendars/views/default-calendar-grid.php
if (!empty($higher_bound)) {
and of course in line 331
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Small php warning fix for empty month in grid view’ is closed to new replies.