From e664996d6eb096555496774658093bf220566933 Mon Sep 17 00:00:00 2001 From: Mathias Brodala <mbrodala@pagemachine.de> Date: Mon, 5 Dec 2016 11:09:43 +0100 Subject: [PATCH] [CLEANUP] Simplify registerPageTSConfigFile description Resolves: #78886 Releases: master, 7.6 Change-Id: I1e5922ed510f0f43a6374f9dde061356290b72d9 Reviewed-on: https://review.typo3.org/50884 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Robert van Kammen <rvkammen@hotmail.com> Tested-by: Robert van Kammen <rvkammen@hotmail.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- .../sysext/core/Classes/Utility/ExtensionManagementUtility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php index 4afa0787e4bc..a6d1d47d5006 100644 --- a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php +++ b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php @@ -1463,7 +1463,7 @@ tt_content.' . $key . $suffix . ' { /** * Call this method to add an entry in the pageTSconfig list found in pages - * FOR USE in files in Configuration/TCA/Overrides/*.php Use the latter to benefit from TCA caching! + * FOR USE in Configuration/TCA/Overrides/pages.php Use the latter to benefit from TCA caching! * * @param string $extKey The extension key * @param string $filePath The path where the TSconfig file is located -- GitLab