Completed
Push — master ( 9de5b8...ac5bab )
by Osma
02:11
created
controller/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.