From 1f9077ee9263a64eb62cfdb75d7a5233cb86e83c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Jun 2009 16:05:28 +0000 Subject: - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). --- update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index a0fb6d924..95ff18d51 100644 --- a/update.php +++ b/update.php @@ -499,8 +499,8 @@ function update_check_incompatibility($name, $type = 'module') { // Store values of expensive functions for future use. if (empty($themes) || empty($modules)) { - $themes = _system_theme_data(); - $modules = module_rebuild_cache(); + $themes = _system_get_theme_data(); + $modules = system_get_module_data(); } if ($type == 'module' && isset($modules[$name])) { -- cgit v1.2.3