Skip to content
Snippets Groups Projects
Commit ef6e0854 authored by Angie Byron's avatar Angie Byron
Browse files

#669714 by dww: Remove unnecessary menu_rebuild() from update_uninstall().

parent 0c2dbb72
Branches
Tags
Loading
......@@ -31,7 +31,6 @@ function update_uninstall() {
foreach ($variables as $variable) {
variable_del($variable);
}
menu_rebuild();
$queue = DrupalQueue::get('update_fetch_tasks');
$queue->deleteQueue();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment