diff options
Diffstat (limited to 'includes/install.inc')
-rw-r--r-- | includes/install.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc index 063f169ad..d19a5eceb 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -306,7 +306,7 @@ function drupal_install_profile($profile, $module_list) { // installed, so we can't use the normal installation function. $module_list = array_diff($module_list, array('system')); - $system_path = dirname(drupal_get_filename('module', 'system', NULL, FALSE)); + $system_path = dirname(drupal_get_filename('module', 'system', NULL)); require_once './' . $system_path . '/system.install'; module_invoke('system', 'install'); $system_versions = drupal_get_schema_versions('system'); |