onlinestatus indicator menu item
trogie - May 8, 2007 - 14:09
| Project: | Onlinestatus Indicator |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | trogie |
| Status: | reviewed & tested by the community |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| onlinestatus.patch | 498 bytes |

#1
Wow, yeah... Better fix this one.