diff --git a/core/modules/system/system.install b/core/modules/system/system.install index b8f5f5f..effe9e3 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -618,11 +618,11 @@ function system_requirements($phase) { } else { // This function can be called before the config_cache table has been // created. if ($phase == 'install' || file_default_scheme() == 'public') { - $requirements['file system']['value'] = t('Writable (public download method)'); + //$requirements['file system']['value'] = t('Writable (public download method)'); } else { $requirements['file system']['value'] = t('Writable (private download method)'); } }