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')
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | perm_confpage.patch | 1.4 KB | profix898 |
| node.module_45.patch | 591 bytes | ontwerpwerk |
Comments
Comment #1
profix898 commentedYour guess is correct, I think. This is a trivial patch and works as expected. RTBC.
Comment #2
drummCommitted to HEAD.
Comment #3
(not verified) commented