Completed
Pull Request — master (#839)
by
unknown
01:58
created
controller/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
                 header('HTTP/1.0 304 Not Modified');
142 142
                 return true;
143 143
             }
144
-            $this->sendHeader("Last-Modified: " . $modifiedDate->format('Y-m-d H:i:s'));
144
+            $this->sendHeader("Last-Modified: ".$modifiedDate->format('Y-m-d H:i:s'));
145 145
         }
146 146
         return false;
147 147
     }
Please login to merge, or discard this patch.