Index: typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php =================================================================== --- typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php (revision 6745) +++ typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php (working copy) @@ -248,7 +248,7 @@ $enableInstallToolFileExists = is_file($enableInstallToolFile); - if ($enableInstallToolFileExists || ($enableInstallToolFileExists && trim(file_get_contents($enableInstallToolFile)) === 'KEEP_FILE')) { + if ($enableInstallToolFileExists && trim(file_get_contents($enableInstallToolFile)) === 'KEEP_FILE') { $value = $GLOBALS['LANG']->getLL('status_enabled'); $severity = tx_reports_reports_status_Status::WARNING;