Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
670e8357
Commit
670e8357
authored
Nov 29, 2005
by
Steven Wittens
Browse files
- Menu wasn't being wiped after enabling/disabling themes
parent
15b50045
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
670e8357
...
...
@@ -840,6 +840,7 @@ function system_themes_execute($form_id, $values) {
variable_del
(
'theme_default'
);
}
menu_rebuild
();
drupal_set_message
(
t
(
'The configuration options have been saved.'
));
drupal_goto
(
'admin/themes'
);
}
...
...
modules/system/system.module
View file @
670e8357
...
...
@@ -840,6 +840,7 @@ function system_themes_execute($form_id, $values) {
variable_del
(
'theme_default'
);
}
menu_rebuild
();
drupal_set_message
(
t
(
'The configuration options have been saved.'
));
drupal_goto
(
'admin/themes'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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