Rm debugging hack from r94029.

This commit is contained in:
Max Semenik 2011-08-13 14:24:24 +00:00
parent a1cd4f0478
commit f4664895d6

View file

@ -810,7 +810,7 @@ abstract class Installer {
* Scare user to death if they have mod_security
*/
protected function envCheckModSecurity() {
if ( !self::apacheModulePresent( 'mod_security' ) ) {
if ( self::apacheModulePresent( 'mod_security' ) ) {
$this->showMessage( 'config-mod-security' );
}
}