Actions
Bug #16184
closedt3lib_div::arrayToLogString: empty field passed as empty string doesn't work
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
explode(',', '') generates an array with one element (an empty string), so no logging takes place.
Better use t3lib_div::trimExplode(',', '', 1). This will create an empty array from an empty string.
(issue imported from #M3565)
No data to display
Actions