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
Updated by Jigal van Hemert over 12 years ago
- Category set to TypoScript
- Status changed from New to Accepted
- Assignee set to Jigal van Hemert
- Target version set to 4.5.18
- Complexity set to easy
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12713
Updated by Simon Schaufelberger about 12 years ago
common guys, please merge that one. it has already been solved for the date function and this is just the same fix for the strftime function.
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12713
Updated by Jigal van Hemert about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a0cf6ea5c3d95c4ce2b425af91ebc912305c8656.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions