Bug #28526 ยป 28526.patch
typo3/sysext/cms/tslib/content/class.tslib_content_content.php | ||
---|---|---|
$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)));
|