In this function:
function _minutesattendees_get_valid_uids($type, $event) {
The following line should read:
$filters = module_invoke($module, '_minutes_event_attendees', 'filter', $event);
but the underscore was missing causing the function to not fire and the subsequent 'implode' call to fail.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | minutes_attendees_401660.patch | 674 bytes | ano1 |
Comments
Comment #1
ano1 commentedMaking the change you noted fixed the issues on my install. Would someone like a patch to be rolled? I would be happy to do that.
Comment #2
AniKarenina commentedI can also confirm this bug & solution. I had commented lines 422-429 as a workaround before finding this solution, which is much better. I also made this change to my installation - thanks for noting it.
A patch seems like a good idea, since the attendance tracking is the main reason we're using the Minutes module - it fits our needs perfectly.
Comment #3
ano1 commentedHi,
Excuse the massive delay in reply with a patch, better late than never I guess. But here it is, the patch is based off of 6.x.-1.0Beta1.
Ano1
Comment #4
pukku commented