diff --git a/core/modules/system/system.install b/core/modules/system/system.install index a5ae797..a0849b1 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -526,7 +526,7 @@ function system_requirements($phase) { $requirements['update access'] = array( 'value' => t('Not protected'), 'severity' => REQUIREMENT_ERROR, - 'description' => t('The update.php script is accessible to everyone without authentication check, which is a security risk. You must change the @settings_name value in your settings.php back to FALSE.', array('@settings_name' => '$settings[\'ccess\']')), + 'description' => t('The update.php script is accessible to everyone without authentication check, which is a security risk. You must change the @settings_name value in your settings.php back to FALSE.', array('@settings_name' => '$settings[\'update_free_access\']')), ); } else {