Closed (fixed)
Project:
Contact Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 09:30 UTC
Updated:
9 May 2012 at 09:50 UTC
In my original code there was a bug that I just fixed for 6.x. http://drupalcode.org/project/contact_permissions.git/commitdiff/48f3022
from 6.x code:
$access = _contact_user_tab_access($account);
- if ($access) {
+ if (!$access) {
We should port this to 7.x
Comments
Comment #1
manuel garcia commentedhttp://drupalcode.org/project/contact_permissions.git/commitdiff/ce9baed...