diff --git a/typo3/sysext/cms/tslib/content/class.tslib_content_content.php b/typo3/sysext/cms/tslib/content/class.tslib_content_content.php index 8345325..03924c7 100644 --- a/typo3/sysext/cms/tslib/content/class.tslib_content_content.php +++ b/typo3/sysext/cms/tslib/content/class.tslib_content_content.php @@ -158,6 +158,9 @@ class tslib_content_Content extends tslib_content_Abstract { $slide--; } $conf['select.']['pidInList'] = $this->cObj->getSlidePids($conf['select.']['pidInList'], $conf['select.']['pidInList.']); + if (isset($conf['select.']['pidInList.'])) { + unset($conf['select.']['pidInList.']); + } $again = strlen($conf['select.']['pidInList']) ? TRUE : FALSE; } } while ($again && (($slide && !strlen($tmpValue) && $slideCollectFuzzy) || ($slide && $slideCollect)));