@@ -36,7 +36,7 @@ |
||
36 | 36 | self::$_can_cache_content_string = ''; |
37 | 37 | if ($this->owner->hasMethod('canCachePage')) { |
38 | 38 | // if it can cache the page, then it the cache string will remain empty. |
39 | - self::$_can_cache_content_string .= $this->owner->canCachePage() ? '' : 'can-no-cache-' . $this->owner->ID. '_'.rand(0, 99999999999999999); |
|
39 | + self::$_can_cache_content_string .= $this->owner->canCachePage() ? '' : 'can-no-cache-' . $this->owner->ID . '_' . rand(0, 99999999999999999); |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | //action |