@@ -242,7 +242,7 @@ |
||
| 242 | 242 | } |
| 243 | 243 | if ($this->hiddenFile) { |
| 244 | 244 | if ($returnLinkOnly) { |
| 245 | - return '/downloadcsv/download/'.$this->fileName; |
|
| 245 | + return '/downloadcsv/download/' . $this->fileName; |
|
| 246 | 246 | } else { |
| 247 | 247 | return HTTPRequest::send_file(file_get_contents($path), $this->fileName, 'text/csv'); |
| 248 | 248 | } |