on line 606 from the og_contact.module file there is this:
if (og_contact_group_contact_private($gid) && og_contact_check_group_member($uid,$uid)) {
which should be:
if (og_contact_group_contact_private($gid) && og_contact_check_group_member($uid,$gid)) {
Comments
Comment #1
gnat commentedThanks. Should have time to work on this soon. If you can create a patch, that would be great. If not, seems like a simple enough change.
Comment #2
gnat commentedI'm working on D7 code, and final releases for D6. Closing old D5 issues.
#489634 is the duplicate