Completed
Pull Request — devel (#1252)
by
unknown
02:29
created
app/code/community/Nexcessnet/Turpentine/Model/Observer/Esi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.