Closed (fixed)
Project:
Administration menu
Version:
5.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2010 at 22:34 UTC
Updated:
6 Nov 2010 at 08:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
W0lvEriNE commentedComment #2
hanoii@wolverine.. try out this patch, I also saw this on a few sites of my own and I took the time to fix it for one of them.
The problem I found is that the theme_admin_menu_tree($pid) function had a $pid = 5 hardcoded. $pid is the menu ID for admin is most drupal 5 installation, however, that might change. Not sure when or why, on my case I think it was because it's been dragged from previous drupal versions. On wolverine, maybe because of a menu edit change.
Comment #3
hanoiiComment #4
sunThanks for reporting, reviewing, and testing! Committed.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #5
sunComment #6
hanoiiThat was quick, I think it was the fastest committed patch I ever submitted (it was a one line patch after all)
but yay anyway!
glad to help.