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.

CommentFileSizeAuthor
#3 minutes_attendees_401660.patch674 bytesano1

Comments

ano1’s picture

Making 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.

AniKarenina’s picture

I 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.

ano1’s picture

StatusFileSize
new674 bytes

Hi,

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

pukku’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)