@@ -60,7 +60,7 @@ |
||
60 | 60 | $folder = $appData->getFolder('opengraph'); |
61 | 61 | $file = $folder->getFile($referenceId); |
62 | 62 | $response = new DataDownloadResponse($file->getContent(), $referenceId, $reference->getImageContentType()); |
63 | - } catch (NotFoundException|NotPermittedException $e) { |
|
63 | + } catch (NotFoundException | NotPermittedException $e) { |
|
64 | 64 | $response = new DataResponse('', Http::STATUS_NOT_FOUND); |
65 | 65 | } |
66 | 66 | $response->cacheFor(3600, false, true); |