Bug #60919 » refindex_60919.diff
typo3/sysext/core/Classes/Database/ReferenceIndex.php | ||
---|---|---|
$fileArray[] = array('table' => 'sys_file', 'id' => $fileUid['uid_local']);
|
||
}
|
||
return $fileArray;
|
||
} elseif ($conf['type'] == 'input' && isset($conf['wizards']['link']) && trim($value)) {
|
||
} elseif ($conf['type'] == 'input' && isset($conf['wizards']['link']) && trim($value) && !$conf['softref']) {
|
||
try {
|
||
$file = \TYPO3\CMS\Core\Resource\ResourceFactory::getInstance()->retrieveFileOrFolderObject($value);
|
||
} catch (\Exception $e) {
|
- « Previous
- 1
- 2
- 3
- 4
- Next »