@@ -2785,7 +2785,7 @@ |
||
2785 | 2785 | $this->processingFolder = $this->createFolderObject($data['identifier'], $data['name']); |
2786 | 2786 | } |
2787 | 2787 | } |
2788 | - } catch (InsufficientFolderWritePermissionsException|ResourcePermissionsUnavailableException $e) { |
|
2788 | + } catch (InsufficientFolderWritePermissionsException | ResourcePermissionsUnavailableException $e) { |
|
2789 | 2789 | $this->processingFolder = GeneralUtility::makeInstance( |
2790 | 2790 | InaccessibleFolder::class, |
2791 | 2791 | $this, |