@@ -427,7 +427,7 @@ |
||
| 427 | 427 | |
| 428 | 428 | private function cachebust(string $url) : string |
| 429 | 429 | { |
| 430 | - if ( $this->cachebusting |
|
| 430 | + if ($this->cachebusting |
|
| 431 | 431 | && !str_starts_with($url, 'http:') |
| 432 | 432 | && !str_starts_with($url, 'https:')) { |
| 433 | 433 | return $url . $this->cachebusting; |