Bug #45165 » 45165.diff
typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php | ||
---|---|---|
$found = FALSE;
|
||
$rightValueParts = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode('|', $rightValue);
|
||
foreach ($rightValueParts as $rightValueSingle) {
|
||
if ($leftValue === doubleval($rightValueSingle)) {
|
||
if ($leftValue == doubleval($rightValueSingle)) {
|
||
$found = TRUE;
|
||
break;
|
||
}
|
typo3/sysext/fluid | ||
---|---|---|
Subproject commit 10b5dcbc2a345925329eaf8deab47f7c66f7748c
|
||
Subproject commit 10b5dcbc2a345925329eaf8deab47f7c66f7748c-dirty
|
- « Previous
- 1
- 2
- Next »