Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 11:56 UTC
Updated:
2 May 2009 at 17:31 UTC
_admin_menu_rebuild_links() needs to be updated according to recent changes in menu_router_build() (http://drupal.org/cvs?commit=195918),
| Comment | File | Size | Author |
|---|---|---|---|
| admin_menu_fix_d7.patch | 659 bytes | yched |
Comments
Comment #1
dave reidFixed in HEAD using
list($menu) = menu_router_build();(without the unneeded comma and space). Thanks yched!