@@ -156,7 +156,7 @@ |
||
| 156 | 156 | flock($fh, LOCK_SH); |
| 157 | 157 | $size = filesize($path); |
| 158 | 158 | $this->setTimestamp(filemtime($path)); |
| 159 | - $this['ETag'] = $eTag = (string)filemtime($path); |
|
| 159 | + $this['ETag'] = $eTag = (string) filemtime($path); |
|
| 160 | 160 | $this['Accept-Ranges'] = 'bytes'; |
| 161 | 161 | if ($download) { |
| 162 | 162 | $this['Content-Disposition'] = sprintf('attachment; filename="%s"', basename($path)); |