Some leftover permissions are called, and they mess up site adminsitration for users with uid>1

node.module is calling user_access('access configuration pages') which is a permission that is never defined.

My guess is it should be user_access(''administer site configuration')

CommentFileSizeAuthor
#1 perm_confpage.patch1.4 KBprofix898
node.module_45.patch591 bytesontwerpwerk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

profix898’s picture

Status: Active » Reviewed & tested by the community
FileSize
1.4 KB

Your guess is correct, I think. This is a trivial patch and works as expected. RTBC.

drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)