summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-13 05:26:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-13 05:26:57 +0000
commit89d04ea78a1d422b2dc21cd9e6e10344674632a1 (patch)
treee31e54a385b067111c5c5db70c64ca467b488b52 /install.php
parenta0ec577e5b3a55ddf0e4707c953f9fdbbd23b792 (diff)
downloadbrdo-89d04ea78a1d422b2dc21cd9e6e10344674632a1.tar.gz
brdo-89d04ea78a1d422b2dc21cd9e6e10344674632a1.tar.bz2
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 249d40729..d727e65fe 100644
--- a/install.php
+++ b/install.php
@@ -1296,7 +1296,7 @@ function install_bootstrap_full(&$install_state) {
*/
function install_profile_modules(&$install_state) {
$modules = variable_get('install_profile_modules', array());
- $files = system_get_module_data();
+ $files = system_rebuild_module_data();
variable_del('install_profile_modules');
$operations = array();
foreach ($modules as $module) {