Skip to content
Snippets Groups Projects
Commit d737b731 authored by Markus Klein's avatar Markus Klein Committed by Wouter Wolters
Browse files

[BUGFIX] Fix deprecation call in AbstractRecordList

Resolves: #49764
Releases: 6.2
Change-Id: I7bd8aee2ff9897cbfd0ea117d4afb66f49d50012
Reviewed-on: https://review.typo3.org/22097
Tested-by: Philipp Gampe
Reviewed-by: Philipp Gampe
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent 041870fd
Branches
Tags
No related merge requests found
......@@ -270,10 +270,10 @@ abstract class AbstractRecordList {
*
* @return void
* @todo Define visibility
* @deprecated will be removed 2 versions from 6.2
* @deprecated since 6.2, will be removed 2 versions later - Function not needed anymore
*/
public function writeBottom() {
GeneralUtility::deprecationLog('Function writeBottom is not needed anymore');
GeneralUtility::logDeprecatedFunction();
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment