Project

General

Profile

Bug #60919 » refindex_60919.diff

Caspar Stuebs, 2014-09-29 12:53

View differences:

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) {
(4-4/4)