@@ -33,7 +33,7 @@ |
||
| 33 | 33 | if (!$dataRecord instanceof Page) { |
| 34 | 34 | return $this->returnNoCache(); |
| 35 | 35 | } |
| 36 | - if ( $dataRecord->PageCanBeCachedEntirely() !== true) { |
|
| 36 | + if ($dataRecord->PageCanBeCachedEntirely() !== true) { |
|
| 37 | 37 | return $this->returnNoCache(); |
| 38 | 38 | } |
| 39 | 39 | if (Security::getCurrentUser()) { |