From 1d535113d468150f126aacd170153ae5120838c5 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 23 Mar 2012 01:16:01 -0600 Subject: Issue #1479572 by chertzog: Fixed update_fix_d7_install_profile(). --- includes/update.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes') 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, -- cgit v1.2.3