diff options
-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, |