Actions
Bug #38717
closedstrftime() expects parameter 2 to be long, string given
Start date:
2012-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The typoscript rendering process with stdWrap does not handle empty values corrent:
Warning: strftime() expects parameter 2 to be long, string given in \typo3\sysext\cms\tslib\class.tslib_content.php on line 2571
A simple example to reproduce it:
10 = TEXT 10 { strftime = %d }
in the date stdWrap this was fixed, see #30931
Actions