Reviewed & tested by the community
Project:
Onlinestatus Indicator
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 May 2007 at 14:09 UTC
Updated:
4 Oct 2007 at 16:08 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| onlinestatus.patch | 498 bytes | trogie |
Comments
Comment #1
robloachWow, yeah... Better fix this one.