diff --git a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php index 982921d..bedf1d2 100644 --- a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php +++ b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php @@ -481,7 +481,7 @@ abstract class AbstractConditionMatcher { $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; } diff --git a/typo3/sysext/fluid b/typo3/sysext/fluid --- a/typo3/sysext/fluid +++ b/typo3/sysext/fluid @@ -1 +1 @@ -Subproject commit 10b5dcbc2a345925329eaf8deab47f7c66f7748c +Subproject commit 10b5dcbc2a345925329eaf8deab47f7c66f7748c-dirty