summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-23 01:16:01 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-23 01:16:01 -0600
commit1d535113d468150f126aacd170153ae5120838c5 (patch)
tree409e541bdba4926c728cc480a851da601745de7f
parent51d0867d8418600ba5f6ff3a835c68b8a72ba890 (diff)
downloadbrdo-1d535113d468150f126aacd170153ae5120838c5.tar.gz
brdo-1d535113d468150f126aacd170153ae5120838c5.tar.bz2
Issue #1479572 by chertzog: Fixed update_fix_d7_install_profile().
-rw-r--r--includes/update.inc3
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,