summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 09cd8f2bd..6400aaae9 100644
--- a/update.php
+++ b/update.php
@@ -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();
}