Active
Project:
Contextual links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2011 at 22:50 UTC
Updated:
1 Apr 2015 at 17:55 UTC
Jump to comment: Most recent
Inside of contextual_preprocess_user_profile(), there is a bug in the code.
It was:
contextual_set_closure($links, 'contextual-node-'. $vars['user']->uid);
It should be:
contextual_set_closure($links, 'contextual-user-'. $vars['user']->uid);
(btw, active development in master is really confusing; most modules are not using master and developing in named branches).
Comments
Comment #1
hargobind