@@ -40,7 +40,7 @@ |
||
40 | 40 | return $this->returnNoCache(); |
41 | 41 | } |
42 | 42 | // avoid test sites being cached |
43 | - if (!(Director::isLive()|| Director::isDev())) { |
|
43 | + if (!(Director::isLive() || Director::isDev())) { |
|
44 | 44 | return $this->returnNoCache(); |
45 | 45 | } |
46 | 46 |