Actions
Bug #78086
closedFunction name passed into callUserFunc must be wrapped
Start date:
2016-09-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
I had a FlexForm with the following XML structure:
<itemsProcFunc>Vendor\Foobar\Acme->huselpusel </itemsProcFunc>
This causes issues because of the line break within the tag. GeneralUtility::callUserFunc()
should trim all incoming function names.
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50036
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50036
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50068
Updated by Andreas Fernandez about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f8b99f0808f62012aa3d8626cbb46acf3dc4e7c4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions