Reverse logic.
authorJan Schneider <jan@horde.org>
Tue, 18 Aug 2009 09:40:15 +0000 (11:40 +0200)
committerJan Schneider <jan@horde.org>
Tue, 18 Aug 2009 09:40:15 +0000 (11:40 +0200)
imp/lib/IMP.php

index 838afc9..1bfc2f6 100644 (file)
@@ -68,7 +68,7 @@ class IMP
         }
 
         // Start compression.
-        if (IMP_Application::$noCompress) {
+        if (!IMP_Application::$noCompress) {
             Horde::compressOutput();
         }