@@ -299,7 +299,7 @@ |
||
299 | 299 | $this->response->setHeader( |
300 | 300 | 'Content-disposition', |
301 | 301 | 'attachment; filename =' . $type . '_' . |
302 | - $this->selectedSolrCoreConnection->getCoreName(). '.' . $fileExtension, |
|
302 | + $this->selectedSolrCoreConnection->getCoreName() . '.' . $fileExtension, |
|
303 | 303 | true |
304 | 304 | ); |
305 | 305 | return $content; |