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

yhahn’s picture

Status: Active » Closed (duplicate)

admin_menu predates admin and 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.