Project

General

Profile

Bug #72647 ยป patchfile.patch

Alessandro Bellafronte, 2016-01-12 11:48

View differences:

typo3/sysext/core/Classes/Resource/Service/UserFileInlineLabelService.php
return;
}
$fileInfo = BackendUtility::splitTable_Uid($params['row']['uid_local'], 2);
$uid_local = GeneralUtility::trimExplode('|', $params['row']['uid_local'])[0];
$fileInfo = BackendUtility::splitTable_Uid($uid_local);
$fileRecord = BackendUtility::getRecord($fileInfo[0], $fileInfo[1]);
// Configuration
    (1-1/1)