Closed (fixed)
Project:
Mark
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 20:56 UTC
Updated:
30 Mar 2010 at 22:50 UTC
In views_handler_field_mark.inc, the return line should be surrounded by an access check:
if (user_access('mark items')) {
return theme('mark_link', $links);
}
Comments
Comment #1
jmiccolis commentedThanks David. I committed a slightly different patch that prevents the handler from doing anything at all it the user isn't properly permissioned.