Breaking: #84877 - Methods of localization repository changed
See forge#84877
Description
The method
\TYPO3\
has been renamed to
\TYPO3\.
The signatures of the following methods in
\TYPO3\ have changed:
fetchOrigin Language getLocalized Record Count fetchAvailable Languages getRecords To Copy Database Result
In every method, the second argument
$col has been removed.
Impact
Calling the method
get will trigger a fatal error.
Calling the methods with the former argument for
$col in place will result in broken query results or fatal
errors.
Affected Installations
Every 3rd party extension using
\TYPO3\ is affected.
Migration
Change the method call from
get to
get.
Remove the
$col arguments in the calls, as they are not required anymore.