diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-03-23 01:16:01 -0600 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-03-23 01:16:01 -0600 |
commit | 1d535113d468150f126aacd170153ae5120838c5 (patch) | |
tree | 409e541bdba4926c728cc480a851da601745de7f | |
parent | 51d0867d8418600ba5f6ff3a835c68b8a72ba890 (diff) | |
download | brdo-1d535113d468150f126aacd170153ae5120838c5.tar.gz brdo-1d535113d468150f126aacd170153ae5120838c5.tar.bz2 |
Issue #1479572 by chertzog: Fixed update_fix_d7_install_profile().
-rw-r--r-- | includes/update.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/update.inc b/includes/update.inc index 41f33f402..d8ebd7ff1 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -815,9 +815,6 @@ function update_fix_d7_install_profile() { 'files' => array(), ); - // The install profile is always required. - $file->info['required'] = TRUE; - $values = array( 'filename' => $filename, 'name' => $profile, |