Closed (duplicate)
Project:
OG Contact
Version:
5.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2009 at 14:05 UTC
Updated:
22 Aug 2011 at 22:56 UTC
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