Active
Project:
Drupal Commons
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 20:27 UTC
Updated:
27 Jan 2014 at 19:22 UTC
Jump to comment: Most recent
In drupal_commons.profile:
foreach ($features as $feature) {
$operations[] = array('features_install_modules', array(array($feature)));
}
Why not just do
$operations[] = array('features_install_modules', array($features));
and thereby eliminate several install operations? I would expect that this would reduce the amount of time it takes to install Commons, but this is something we should benchmark.
Comments
Comment #1
ezra-g commented