Project:Minutes
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:rconstantine
Status:needs review

Issue Summary

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.

Comments

#1

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.

#2

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.

#3

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

AttachmentSize
minutes_attendees_401660.patch 674 bytes
nobody click here