Closed (fixed)
Project:
backup
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2007 at 14:54 UTC
Updated:
29 Mar 2007 at 06:56 UTC
According to this core issue, menu items should be capitalised for Drupal 5 and up.
The "#title" attribute in the _menu hook needs a capital 'B'.
Comments
Comment #1
dmuth commentedOkay, I fixed this for the latest (DRUPAL-5--2) version.
I couldn't get the new menu to display on my end, but I'm assuming that it is a caching issue. If I just borked the fix, please let me know...
-- Doug
Comment #2
dmuth commentedComment #3
ahoeben commentedIt's the 'may_cache' thing ;-)
Basically, after you change a _menu hook for a module, the menu cache must be cleared. This is done automatically by disabling and reenabling your module. Alternatively, if you are that type of person, you could truncate the cache table using PHPMySQL.