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
34bc33ba
Commit
34bc33ba
authored
Sep 29, 2009
by
Angie Byron
Browse files
#375931
by Dave Reid: Fix SimpleTests when cvs_deploy module is enabled.
parent
ae84c08e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.install
View file @
34bc33ba
...
...
@@ -332,6 +332,11 @@ function system_install() {
drupal_set_installed_schema_version($module, $version);
}
// Clear out module list and hook implementation statics before calling
// system_get_theme_data().
module_list(TRUE);
module_implements('', FALSE, TRUE);
// Load system theme data appropriately.
system_get_theme_data();
...
...
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