@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | if ($owner->hasMethod('canCachePage')) { |
51 | 51 | // if it can cache the page, then it the cache string will remain empty. |
52 | 52 | $canCache = $owner->canCachePage(); |
53 | - self::$_can_cache_content_string .= $canCache ? '' : $this->getRandomKey(); |
|
53 | + self::$_can_cache_content_string .= $canCache ? '' : $this->getRandomKey(); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | //action |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | if ($requestVars) { |
77 | 77 | $canCache = false; |
78 | 78 | foreach ($requestVars as $key => $item) { |
79 | - if (! $item) { |
|
79 | + if (!$item) { |
|
80 | 80 | $item = ''; |
81 | 81 | } |
82 | 82 | self::$_can_cache_content_string .= serialize($key . '_' . serialize($item)); |