From 89d04ea78a1d422b2dc21cd9e6e10344674632a1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 13 Oct 2009 05:26:57 +0000 Subject: #561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it. --- includes/registry.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/registry.inc') diff --git a/includes/registry.inc b/includes/registry.inc index cf2c09757..2bc98e0b1 100644 --- a/includes/registry.inc +++ b/includes/registry.inc @@ -35,7 +35,7 @@ function _registry_rebuild() { require_once DRUPAL_ROOT . '/includes/database/' . $driver . '/query.inc'; // Get current list of modules and their files. - $modules = system_get_module_data(); + $modules = system_rebuild_module_data(); // Get the list of files we are going to parse. $files = array(); foreach ($modules as &$module) { -- cgit v1.2.3