restricting permission to user sites administration isn't working.
the problematic line in sites.modules (33,42,52,61) :
'access callback' => user_access('administer sites'),
ought to be :
'access arguments' => array('administer sites'),
which works as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 884666.patch | 1.76 KB | aufumy |
Comments
Comment #1
aufumy commentedcreated a patch based on info above.
Please test, if patch applies, change status of issue to reviewed & tested by the community.
Comment #2
nod_great. it works, thank you.
Next time i'll learn how to make a patch ^^.
Comment #3
takki commentedCommited to 6.x-2.x-dev thanks! I guess it was about time :)