Skip to content
Snippets Groups Projects
Commit 302883db authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#669714 by dww: remove superfluous menu_rebuild() from update_uninstall()

parent fa98ca85
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ function update_uninstall() {
foreach ($variables as $variable) {
variable_del($variable);
}
menu_rebuild();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment