Actions
Bug #56342
closedExtensionManagementUtility::executePositionedStringInsertion() cuts of some characters
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2014-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The first call in this method is:
$list = $newList = trim($list, ', \\t\\n\\r\\0\\x0B');
Because of the single quotes and the double backslashes it will cut off trailing t, n, r and 0 chars.
Actions