diff options
Diffstat (limited to 'includes/update.inc')
-rw-r--r-- | includes/update.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/update.inc b/includes/update.inc index a4005d3ef..f66e734c4 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -37,8 +37,8 @@ function update_check_incompatibility($name, $type = 'module') { // Store values of expensive functions for future use. if (empty($themes) || empty($modules)) { - $themes = _system_get_theme_data(); - $modules = system_get_module_data(); + $themes = _system_rebuild_theme_data(); + $modules = system_rebuild_module_data(); } if ($type == 'module' && isset($modules[$name])) { |