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

gnat’s picture

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

gnat’s picture

Status: Needs review » Closed (duplicate)

I'm working on D7 code, and final releases for D6. Closing old D5 issues.

#489634 is the duplicate