|
@@ -82,7 +82,7 @@ |
|
|
block discarded – undo |
|
82
|
82
|
$result['databaseRow'] |
|
83
|
83
|
); |
|
84
|
84
|
$dataStructureArray = $flexFormTools->parseDataStructureByIdentifier($dataStructureIdentifier); |
|
85
|
|
- } catch (InvalidParentRowException|InvalidParentRowLoopException|InvalidParentRowRootException|InvalidPointerFieldValueException|InvalidIdentifierException $e) { |
|
|
85
|
+ } catch (InvalidParentRowException | InvalidParentRowLoopException | InvalidParentRowRootException | InvalidPointerFieldValueException | InvalidIdentifierException $e) { |
|
86
|
86
|
$dataStructureIdentifier = null; |
|
87
|
87
|
} finally { |
|
88
|
88
|
// Add the identifier to TCA to use it later during rendering |
Please login to merge, or discard this patch.