Some users can't see the contact form while they should have access, caused by typo
Johnny vd Laar - June 17, 2009 - 14:05
| Project: | OG Contact |
| Version: | 5.x-4.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
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)) {

#1
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.