As reported in http://drupal.org/node/122234, calling drupal_access_denied() within a callback results in the page getting double-rendered, which is not desired behavior.

Also, the access check on 183 should be for 'edit value lists', not 'create value lists'.

Comments

usonian’s picture

Title: Improper use of drupal_access_denied() on line 184 » Incorrect use of drupal_access_denied() on line 184

(remove the user_access check altogether)

usonian’s picture

Status: Active » Fixed

Fixed in version 5.x-1.1

usonian’s picture

Status: Fixed » Closed (fixed)