@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | |
259 | 259 | // Create a source, to indicate the source of the data. |
260 | 260 | $filetext .= "0 @WEBTREES@ SOUR\n1 TITL " . WT_BASE_URL . "\n"; |
261 | - $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
261 | + $author = $this->user_service->find((int) $tree->getPreference('CONTACT_USER_ID')); |
|
262 | 262 | if ($author !== null) { |
263 | 263 | $filetext .= '1 AUTH ' . $author->realName() . "\n"; |
264 | 264 | } |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | // Need to force-close the filesystem |
278 | 278 | unset($zip_filesystem); |
279 | 279 | |
280 | - $stream = app(StreamFactoryInterface::class)->createStreamFromFile($temp_zip_file); |
|
280 | + $stream = app(StreamFactoryInterface::class)->createStreamFromFile($temp_zip_file); |
|
281 | 281 | |
282 | 282 | return app(ResponseFactoryInterface::class) |
283 | 283 | ->createResponse() |