Inside system_modules_submit() we already call menu_rebuild(). So, it's pointless to do it again in hook_uninstall(). Splitting this fix out from #669556: Move update_requirements to update.install since this is unrelated to that patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 669714-4.update_uninstall_no_menu_rebuild.d6.patch | 510 bytes | dww |
| #1 | 669714-1.update_uninstall_no_menu_rebuild.patch | 592 bytes | dww |
Comments
Comment #1
dwwComment #2
moshe weitzman commentedComment #3
webchickThough it's not showing on the patch itself for some reason, if you go over to qa.drupal.org, it came back green.
Committed to HEAD.
Comment #4
dwwYay, thanks. Here's a clean D6 backport.
Comment #5
gábor hojtsyCommitted, thanks.