Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ef6e0854
Commit
ef6e0854
authored
Dec 29, 2009
by
webchick
Browse files
#669714
by dww: Remove unnecessary menu_rebuild() from update_uninstall().
parent
0c2dbb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/update/update.install
View file @
ef6e0854
...
@@ -31,7 +31,6 @@ function update_uninstall() {
...
@@ -31,7 +31,6 @@ function update_uninstall() {
foreach
(
$variables
as
$variable
)
{
foreach
(
$variables
as
$variable
)
{
variable_del
(
$variable
);
variable_del
(
$variable
);
}
}
menu_rebuild
();
$queue
=
DrupalQueue
::
get
(
'update_fetch_tasks'
);
$queue
=
DrupalQueue
::
get
(
'update_fetch_tasks'
);
$queue
->
deleteQueue
();
$queue
->
deleteQueue
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment