@@ -33,7 +33,7 @@ |
||
33 | 33 | $cookie = Mage::getSingleton('core/cookie'); |
34 | 34 | $customerGroups = explode(",", Mage::getStoreConfig('turpentine_vcl/customers/customer_group')); |
35 | 35 | |
36 | - if(!in_array($customer->getGroupId(), $customerGroups) && strlen($customerGroups[0]) > 0) { |
|
36 | + if ( ! in_array($customer->getGroupId(), $customerGroups) && strlen($customerGroups[0]) > 0) { |
|
37 | 37 | return; |
38 | 38 | } |
39 | 39 |