Completed
Pull Request — devel (#1334)
by
unknown
02:27
created
app/code/community/Nexcessnet/Turpentine/Model/Observer/Varnish.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     public function fixCmRedisSessionLocks($eventObject) {
67 67
         if (Mage::helper('core')->isModuleEnabled('Cm_RedisSession')) {
68 68
             if ( ! empty($_COOKIE['frontend']) && 'crawler-session' == $_COOKIE['frontend'] &&
69
-                    !defined('CM_REDISSESSION_LOCKING_ENABLED') ) {
69
+                    ! defined('CM_REDISSESSION_LOCKING_ENABLED')) {
70 70
                 define('CM_REDISSESSION_LOCKING_ENABLED', false);
71 71
             }
72 72
         }
Please login to merge, or discard this patch.