Actions
Bug #59344
closedCondition globalString with LIT: is not true if left and right of condition are empty strings
Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2014-06-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
An empty "LIT:" results in NULL, so the strict compare doesn't match.
Solution is to cast the left value to string before, like it's done later in the preg_match.
Actions