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

#305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes get...

#305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes get unmarked during update.php.
parent d7e2e2b0
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ function update_check_incompatibility($name, $type = 'module') {
// Store values of expensive functions for future use.
if (empty($themes) || empty($modules)) {
$themes = system_theme_data();
$themes = _system_theme_data();
$modules = module_rebuild_cache();
}
......
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