summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-26 18:31:29 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-26 18:31:29 +0000
commitf6b166ff23faa3ab8a2f643394842710dbecfd3d (patch)
tree871c742fb8e120901ec941b9062109df36d9c593 /includes/install.core.inc
parentbc70eaeb8ddd78022ea6831ccb2e49b9cb653069 (diff)
downloadbrdo-f6b166ff23faa3ab8a2f643394842710dbecfd3d.tar.gz
brdo-f6b166ff23faa3ab8a2f643394842710dbecfd3d.tar.bz2
- Patch #620298 by David_Rothstein: schema not available in hook_install().
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index 8fcb5ca71..7c4bc1057 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -1493,8 +1493,7 @@ function install_finished(&$install_state) {
* Batch callback for batch installation of modules.
*/
function _install_module_batch($module, $module_name, &$context) {
- _drupal_install_module($module);
- // We enable the installed module right away, so that the module will be
+ // Install and enable the module right away, so that the module will be
// loaded by drupal_bootstrap in subsequent batch requests, and other
// modules possibly depending on it can safely perform their installation
// steps.