Hello,

I found out that the menu hook of the onlinestatus indicator has a little typo:

the 'access' key of the menu items should use the user_access function:
'access' => user_access('administer site configuration')
instead of:
'access' => 'administer site configuration'
because this always returns true.

CommentFileSizeAuthor
onlinestatus.patch498 bytestrogie

Comments

robloach’s picture

Priority: Normal » Critical
Status: Needs review » Reviewed & tested by the community

Wow, yeah... Better fix this one.