Closed (duplicate)
Project:
Administration menu
Version:
6.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 06:46 UTC
Updated:
11 Aug 2010 at 06:52 UTC
function theme_admin_menu_item() in admin_menu/admin_menu.module on line 207 generates a namespace collision with a newly added function in the admin module
http://drupal.org/node/841414#comment-3309956
this function, even if its not a hook or anything, should be named theme_admin_menu_menu_item and all its occurrences updated, since its an override for theme_menu_item -> theme_admin_menu_menu_item
im not providing a patch since i think its an easy fix for `sed`, i can provide one if itll be faster to fix it
i think theres more versions using the same name, not just 1.5
Comments
Comment #1
yhahn commentedadmin_menupredatesadminand it's rather unreasonable to expect a namespace change like this here.Will be dealing with the namespace collision from the admin side of things here #841414: 'Administer' block empty in the new Admin sidebar.