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

jmiccolis’s picture

Status: Active » Fixed

Thanks David. I committed a slightly different patch that prevents the handler from doing anything at all it the user isn't properly permissioned.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.