From: Anja Leichsenring Date: Wed, 6 Dec 2017 13:43:28 +0000 (+0100) Subject: [BUGFIX] Correct wrong class names in deprecation.rst X-Git-Tag: v9.0.0~90 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/137376c184f76e9e605e3b8c91be7511c7c84a68?hp=f7d482f30b724f8370ea51848afdb043ac7d9d23 [BUGFIX] Correct wrong class names in deprecation.rst Correct two class names, one wrongly named, one with a typo, in a deprecation rst file of 8.0. Resolves: #73514 Releases: master, 8.7 Change-Id: I48a4af12749d477b151a4774f8e35c09bc9817ce Reviewed-on: https://review.typo3.org/54944 Reviewed-by: Andreas Fernandez Tested-by: Andreas Fernandez Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst index 9a4d36c6fc94..7516cad1286b 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst @@ -10,7 +10,7 @@ See :issue:`73514` Description =========== -The PHP methods `TypoScriptFrontendRenderer->includeLibraries()` and `ContentObjectRendereer->includeLibs()` +The PHP methods `\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->includeLibraries()` and `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->includeLibs()` to include PHP libraries during frontend output have been marked as deprecated.