@@ -25,10 +25,10 @@ |
||
25 | 25 | $fullPageEnabled = true; |
26 | 26 | } |
27 | 27 | } |
28 | - if ($turpentineEnabled && !$fullPageEnabled) { |
|
28 | + if ($turpentineEnabled && ! $fullPageEnabled) { |
|
29 | 29 | $collection->removeItemByKey('full_page'); |
30 | 30 | } |
31 | - if ($fullPageEnabled && !$turpentineEnabled) { |
|
31 | + if ($fullPageEnabled && ! $turpentineEnabled) { |
|
32 | 32 | $collection->removeItemByKey('turpentine_pages'); |
33 | 33 | $collection->removeItemByKey('turpentine_esi_blocks'); |
34 | 34 | } |