@@ -157,7 +157,7 @@ |
||
157 | 157 | return $this->response_factory->createResponse() |
158 | 158 | ->withBody($stream) |
159 | 159 | ->withHeader('content-type', 'application/zip') |
160 | - ->withHeader('content-disposition', 'attachment; filename="' . addcslashes($filename, '"') . $extension . '"'); |
|
160 | + ->withHeader('content-disposition', 'attachment; filename="' . addcslashes($filename, '"') . $extension . '"'); |
|
161 | 161 | } |
162 | 162 | |
163 | 163 | /** |