Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: #61823 - Remove magic setter for $fromTC #17

Closed
sabbelasichon opened this issue Nov 4, 2019 · 0 comments
Closed

Breaking: #61823 - Remove magic setter for $fromTC #17

sabbelasichon opened this issue Nov 4, 2019 · 0 comments

Comments

@sabbelasichon
Copy link
Owner

Breaking: #61823 - Remove magic setter for $fromTC

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.html

.. include:: ../../Includes.txt

==================================================

Breaking: #61823 - Remove magic setter for $fromTC

==================================================

See :issue:61823

Description

===========

The magic setter for :code:$fromTC in \TYPO3\CMS\Core\Database\RelationHandler is removed.

Impact

======

Directly setting the protected property :code:$fromTC will trigger a PHP warning.

Affected installations

======================

Any installation using an extension that sets :code:$fromTC property directly.

Migration

=========

Use :code:\TYPO3\CMS\Core\Database\RelationHandler::setFetchAllFields() instead.

.. index:: PHP-API, Backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant