From 002ad206929c08f3297809e57ac83fe78c605d4b Mon Sep 17 00:00:00 2001 From: mstaatz Date: Wed, 19 Jun 2019 12:59:08 +0200 Subject: [PATCH] [BUGFIX] Use correct PHP syntax in code example Releases: master, 9.5 Resolves: #88591 Change-Id: I45588bfd8f1dd26debec6e06d6a3466a7458496a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61092 Reviewed-by: Oliver Klee Reviewed-by: Guido Schmechel Reviewed-by: Daniel Goerz Tested-by: Oliver Klee Tested-by: Guido Schmechel Tested-by: TYPO3com Tested-by: Daniel Goerz --- .../Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst index 6f9272193f5f..9f98058f9d48 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst @@ -106,7 +106,7 @@ foreign_selector_fieldTcaOverride before and after transition to overrideChildTc 'config' => [ 'type' => 'inline', 'foreign_selector' => 'uid_local', - 'overrideChildTca => [ + 'overrideChildTca' => [ 'columns' => [ 'uid_local' => [ 'config' => [ -- 2.20.1