diff --git a/core/modules/system/system.install b/core/modules/system/system.install index effe9e3..343d937 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -567,13 +567,13 @@ function system_requirements($phase) { 'description' => t('Your %file file must define the $config_directories variable as an array containing the names of directories in which configuration files can be found. It must contain a %sync_key key.', array('%file' => $site_path . '/settings.php', '%sync_key' => CONFIG_SYNC_DIRECTORY)), 'severity' => REQUIREMENT_ERROR, ); } - $requirements['file system'] = array( + /*$requirements['file system'] = array( 'title' => t('File system'), - ); + );*/ $error = ''; // For installer, create the directories if possible. foreach ($directories as $directory) { if (!$directory) {