@@ -141,7 +141,7 @@ |
||
141 | 141 | header('HTTP/1.0 304 Not Modified'); |
142 | 142 | return true; |
143 | 143 | } |
144 | - header("Last-Modified: " . $modifiedDate->format('Y-m-d H:i:s')); |
|
144 | + header("Last-Modified: ".$modifiedDate->format('Y-m-d H:i:s')); |
|
145 | 145 | } |
146 | 146 | return false; |
147 | 147 | } |