@@ -66,7 +66,7 @@ |
||
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 | } |