#305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes get unmarked during update.php.
parent
d7e2e2b06b
commit
8375d77ae2
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue