Closed (fixed)
Project:
Event
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2007 at 00:25 UTC
Updated:
11 May 2007 at 12:25 UTC
Jump to comment: Most recent file
I get the following errors when clicking on group calendar from an organic group page:
warning: Missing argument 4 for theme_event_calendar_month() in /htdocs/castaways/sites/all/modules/event/event.theme on line 15.
warning: Missing argument 5 for theme_event_calendar_month() in /htdocs/castaways/sites/all/modules/event/event.theme on line 15.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | event.theme__0.patch | 727 bytes | darren oh |
Comments
Comment #1
darren ohtheme_event_calendar_month() requires values for $attributes and $caption, but event_get_calendar() does not provide them. The attached patch makes these values optional.
Comment #2
Rob T commentedThis patch worked for me in getting rid of the error message.
Comment #3
darren ohComment #4
gerhard killesreiter commentedapplied to 5.1 and 5.2
Comment #5
killes@www.drop.org commented