@@ -137,7 +137,7 @@ |
||
137 | 137 | { |
138 | 138 | if ($modifiedDate) { |
139 | 139 | $ifModifiedSince = $this->getIfModifiedSince(); |
140 | - $this->sendHeader("Last-Modified: " . $modifiedDate->format('Y-m-d H:i:s')); |
|
140 | + $this->sendHeader("Last-Modified: ".$modifiedDate->format('Y-m-d H:i:s')); |
|
141 | 141 | if (!is_null($ifModifiedSince) && $ifModifiedSince >= $modifiedDate) { |
142 | 142 | $this->sendHeader("HTTP/1.0 304 Not Modified"); |
143 | 143 | return true; |