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.
Actions