We're currently using staled menu rebuild features, two changes:

- Change notice: http://drupal.org/node/1561492 - "menu_rebuild() renamed to menu_router_rebuild()"
- variable_set('menu_rebuild_needed', TRUE); in .install should be using state instead: state()->set('menu_rebuild_needed', TRUE);

CommentFileSizeAuthor
#1 1880578_devel_menu_rebuild.patch837 bytespcambra
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra’s picture

Status: Active » Needs review
FileSize
837 bytes

Patch

pcambra’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.