diff options
-rw-r--r-- | includes/install.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/install.inc b/includes/install.inc index 589731264..961e8efa4 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -319,12 +319,6 @@ function drupal_install_profile($profile, $module_list) { // Install schemas for profile and all its modules. module_rebuild_cache(); drupal_install_modules($module_list); - - // And now, run the profile's install function. - $function = $profile .'_install'; - if (function_exists($function)) { - $function(); - } } |