summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 14:57:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 14:57:50 +0000
commit118e91cc4048905446ee46fa87af60a96c996c8e (patch)
tree711299f43ce8fb8e9a872910bc8bb146944c7c9b /includes/install.inc
parent89aef5b74f6eff31f80427e246a7a81fe52feb42 (diff)
downloadbrdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.gz
brdo-118e91cc4048905446ee46fa87af60a96c996c8e.tar.bz2
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index c7241eacb..6d273bac8 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -321,7 +321,6 @@ function drupal_install_profile($profile, $module_list) {
drupal_install_modules($module_list);
}
-
/**
* Calls the install function and updates the system table for a given list of
* modules.