summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.compare.inc4
-rw-r--r--modules/update/update.test2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/update/update.compare.inc b/modules/update/update.compare.inc
index 389c30d76..337d5eb6e 100644
--- a/modules/update/update.compare.inc
+++ b/modules/update/update.compare.inc
@@ -36,8 +36,8 @@ function update_get_projects() {
$projects = update_project_cache('update_project_projects');
if (empty($projects)) {
// Still empty, so we have to rebuild the cache.
- $module_data = system_get_module_data();
- $theme_data = system_get_theme_data();
+ $module_data = system_rebuild_module_data();
+ $theme_data = system_rebuild_theme_data();
_update_process_info_list($projects, $module_data, 'module', TRUE);
_update_process_info_list($projects, $theme_data, 'theme', TRUE);
if (variable_get('update_check_disabled', FALSE)) {
diff --git a/modules/update/update.test b/modules/update/update.test
index 7c5a2f0f8..220c81494 100644
--- a/modules/update/update.test
+++ b/modules/update/update.test
@@ -250,7 +250,7 @@ class UpdateTestContribCase extends UpdateTestHelper {
* "CCC Update test" project. We need to make sure that we see the "BBB"
* project before the "CCC" project, even though "CCC" includes a module
* that's processed first if you sort alphabetically by module name (which
- * is the order we see things inside system_get_module_data() for example).
+ * is the order we see things inside system_rebuild_module_data() for example).
*/
function testUpdateContribOrder() {
// We want core to be version 7.0.