From f4664895d65059f2eca507442716b6eb87dc4c0c Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 13 Aug 2011 14:24:24 +0000 Subject: [PATCH] Rm debugging hack from r94029. --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index c29dd66935..354475383d 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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' ); } } -- 2.20.1