X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/5582a313b234dcde4bc5f6aa0c1440ce4e4535ec..2c109cafe536c7074cda595ca4b0cb15583118c0:/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php diff --git a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php index d925294ec0b7..f5e289753d08 100644 --- a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php +++ b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php @@ -1637,7 +1637,7 @@ class ElementBrowser { $imageUrl = $fileObject->process(\TYPO3\CMS\Core\Resource\ProcessedFile::CONTEXT_IMAGEPREVIEW, array('width' => 64, 'height' => 64))->getPublicUrl(TRUE); $imgInfo = $imgObj->getImageDimensions($fileObject->getForLocalProcessing(FALSE)); $pDim = $imgInfo[0] . 'x' . $imgInfo[1] . ' pixels'; - $clickIcon = ''; } else { $clickIcon = ''; $pDim = ''; @@ -2266,4 +2266,4 @@ class ElementBrowser { return $result; } -} +} \ No newline at end of file