_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 |
_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!