diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-29 06:59:14 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-29 06:59:14 +0000 |
commit | ef6e08547b061b597286da52df94e1fe37019219 (patch) | |
tree | e6b7e55875af671f2c567cc83521a48f4550b678 /modules/update/update.install | |
parent | 0c2dbb728d9fa2f09504c30f77e082660e0f872d (diff) | |
download | brdo-ef6e08547b061b597286da52df94e1fe37019219.tar.gz brdo-ef6e08547b061b597286da52df94e1fe37019219.tar.bz2 |
#669714 by dww: Remove unnecessary menu_rebuild() from update_uninstall().
Diffstat (limited to 'modules/update/update.install')
-rw-r--r-- | modules/update/update.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/update/update.install b/modules/update/update.install index eb873ecb7..441118ef8 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -31,7 +31,6 @@ function update_uninstall() { foreach ($variables as $variable) { variable_del($variable); } - menu_rebuild(); $queue = DrupalQueue::get('update_fetch_tasks'); $queue->deleteQueue(); } |