Completed
Push — devel ( 407f4a...b62948 )
by Miguel
06:02
created
app/code/community/Nexcessnet/Turpentine/Model/Varnish/Admin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         $result = false;
139 139
 
140 140
         if ($helper->csrfFixupNeeded()) {
141
-            if ($socket->getVersion() === '4.0' || $socket->getVersion() === '4.1' ) {
141
+            if ($socket->getVersion() === '4.0' || $socket->getVersion() === '4.1') {
142 142
                 $paramName = 'feature';
143 143
                 $value = $socket->param_show($paramName);
144 144
                 $value = explode("\n", $value['text']);
Please login to merge, or discard this patch.
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.